#4FA081

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

Shades of Ocean Green #4FA081

Tints of Ocean Green #4FA081

Color information

#4FA081 (or 0x4FA081) is unknown color: approx Ocean Green. HEX triplet: 4F, A0 and 81. RGB value is (79,160,129). Sum of RGB (Red+Green+Blue) = 79+160+129=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA081 is #B05F7E. Grayscale: #848484. Windows color (decimal): -11558783 or 8495183. OLE color: 8495183.

HSL color Cylindrical-coordinate representation of color #4FA081: hue angle of 157.04º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA081 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB79160129-
CMYK0.5100.190.37
HSL157.04º33.89%46.86%-
HSV(B)157.04º50.63%62.75%-
XYZ19.7628.3925.21-
YUV132.25126.1690.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.47%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=21.47%
G=43.48%
B=35.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal791601290.5100.190.37157.0433.8946.86
Hex4FA08133013259d222f
Octal11724020163023452354257
Binary1001111101000001000000111001101001110010110011101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,160,129); }

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

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

 a { background-color: rgb(79,160,129); }

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

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

 span { border-color: rgb(79,160,129); }

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