#4FAA6B

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

Shades of Ocean Green #4FAA6B

Tints of Ocean Green #4FAA6B

Color information

#4FAA6B (or 0x4FAA6B) is unknown color: approx Ocean Green. HEX triplet: 4F, AA and 6B. RGB value is (79,170,107). Sum of RGB (Red+Green+Blue) = 79+170+107=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAA6B is #B05594. Grayscale: #878787. Windows color (decimal): -11556245 or 7055951. OLE color: 7055951.

HSL color Cylindrical-coordinate representation of color #4FAA6B: hue angle of 138.46º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA6B is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB79170107-
CMYK0.5400.370.33
HSL138.46º36.55%48.82%-
HSV(B)138.46º53.53%66.67%-
XYZ20.2531.4718.92-
YUV135.61111.8587.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.19%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=22.19%
G=47.75%
B=30.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701070.5400.370.33138.4636.5548.82
Hex4FAA6B36025218a2531
Octal11725215366045412124561
Binary1001111101010101101011110110010010110000110001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,170,107); }

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

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

 a { background-color: rgb(79,170,107); }

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

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

 span { border-color: rgb(79,170,107); }

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