#5FA97A

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

Shades of Ocean Green #5FA97A

Tints of Ocean Green #5FA97A

Color information

#5FA97A (or 0x5FA97A) is unknown color: approx Ocean Green. HEX triplet: 5F, A9 and 7A. RGB value is (95,169,122). Sum of RGB (Red+Green+Blue) = 95+169+122=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA97A is #A05685. Grayscale: #8D8D8D. Windows color (decimal): -10507910 or 8038751. OLE color: 8038751.

HSL color Cylindrical-coordinate representation of color #5FA97A: hue angle of 141.89º 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 #5FA97A is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB95169122-
CMYK0.4400.280.34
HSL141.89º30.08%51.76%-
HSV(B)141.89º43.79%66.27%-
XYZ22.4232.2123.45-
YUV141.52116.9894.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.61%
GREEN value IS 169 (66.41% from 255) = 43.78%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=24.61%
G=43.78%
B=31.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951691220.4400.280.34141.8930.0851.76
Hex5FA97A2C01C228e1e34
Octal13725117254034422163664
Binary10111111010100111110101011000111001000101000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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