#5FAA79

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

Shades of Ocean Green #5FAA79

Tints of Ocean Green #5FAA79

Color information

#5FAA79 (or 0x5FAA79) is unknown color: approx Ocean Green. HEX triplet: 5F, AA and 79. RGB value is (95,170,121). Sum of RGB (Red+Green+Blue) = 95+170+121=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA79 is #A05586. Grayscale: #8E8E8E. Windows color (decimal): -10507655 or 7973471. OLE color: 7973471.

HSL color Cylindrical-coordinate representation of color #5FAA79: hue angle of 140.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAA79 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB95170121-
CMYK0.4400.290.33
HSL140.8º30.61%51.96%-
HSV(B)140.8º44.12%66.67%-
XYZ22.5532.5623.19-
YUV141.99116.1594.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.61%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=24.61%
G=44.04%
B=31.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951701210.4400.290.33140.830.6151.96
Hex5FAA792C01D218d1f34
Octal13725217154035412153764
Binary10111111010101011110011011000111011000011000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,121); }

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

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

 a { background-color: rgb(95,170,121); }

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

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

 span { border-color: rgb(95,170,121); }

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