#5FA97D

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

Shades of Ocean Green #5FA97D

Tints of Ocean Green #5FA97D

Color information

#5FA97D (or 0x5FA97D) is unknown color: approx Ocean Green. HEX triplet: 5F, A9 and 7D. RGB value is (95,169,125). Sum of RGB (Red+Green+Blue) = 95+169+125=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA97D is #A05682. Grayscale: #8D8D8D. Windows color (decimal): -10507907 or 8235359. OLE color: 8235359.

HSL color Cylindrical-coordinate representation of color #5FA97D: hue angle of 144.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA97D is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB95169125-
CMYK0.4400.260.34
HSL144.32º30.08%51.76%-
HSV(B)144.32º43.79%66.27%-
XYZ22.6132.2924.44-
YUV141.86118.4894.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=24.42%
G=43.44%
B=32.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951691250.4400.260.34144.3230.0851.76
Hex5FA97D2C01A22901e34
Octal13725117554032422203664
Binary10111111010100111111011011000110101000101001000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA97D; }

 p { color: rgb(95,169,125); }

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

<style>
 a { background-color: #5FA97D; }

 a { background-color: rgb(95,169,125); }

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

<style>
 span { border-color: #5FA97D; }

 span { border-color: rgb(95,169,125); }

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