#4FA47A

Color #4FA47A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4FA47A

Tints of Ocean Green #4FA47A

Color information

#4FA47A (or 0x4FA47A) is unknown color: approx Ocean Green. HEX triplet: 4F, A4 and 7A. RGB value is (79,164,122). Sum of RGB (Red+Green+Blue) = 79+164+122=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA47A is #B05B85. Grayscale: #858585. Windows color (decimal): -11557766 or 8037455. OLE color: 8037455.

HSL color Cylindrical-coordinate representation of color #4FA47A: hue angle of 150.35º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA47A is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB79164122-
CMYK0.5200.260.36
HSL150.35º34.98%47.65%-
HSV(B)150.35º51.83%64.31%-
XYZ20.0129.6223.07-
YUV133.8121.3488.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=21.64%
G=44.93%
B=33.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791641220.5200.260.36150.3534.9847.65
Hex4FA47A3401A24962330
Octal11724417264032442264360
Binary100111110100100111101011010001101010010010010110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FA47A; }

 p { color: rgb(79,164,122); }

 H1.HeaderClassName
 {
   color: #4FA47A;
 }
 .AnyTagClassName
 {
   color: #4FA47A;
 }
</style>
background-color css

<style>
 a { background-color: #4FA47A; }

 a { background-color: rgb(79,164,122); }

 div.DivClassName
 {
   background-color: #4FA47A;
 }
 .BgClassName
 {
   background-color: #4FA47A;
 }
</style>
border-color css

<style>
 span { border-color: #4FA47A; }

 span { border-color: rgb(79,164,122); }

 td.TdClassName
 {
   border-color: #4FA47A;
 }
 .TagClassName
 {
   border-color: #4FA47A;
 }
</style>