#5FAA81

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

Shades of Ocean Green #5FAA81

Tints of Ocean Green #5FAA81

Color information

#5FAA81 (or 0x5FAA81) is unknown color: approx Ocean Green. HEX triplet: 5F, AA and 81. RGB value is (95,170,129). Sum of RGB (Red+Green+Blue) = 95+170+129=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAA81 is #A0557E. Grayscale: #8E8E8E. Windows color (decimal): -10507647 or 8497759. OLE color: 8497759.

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

Color convert

RGB95170129-
CMYK0.4400.240.33
HSL147.2º30.61%51.96%-
HSV(B)147.2º44.12%66.67%-
XYZ23.0632.7725.88-
YUV142.9120.1593.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=24.11%
G=43.15%
B=32.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951701290.4400.240.33147.230.6151.96
Hex5FAA812C01821931f34
Octal13725220154030412233764
Binary101111110101010100000011011000110001000011001001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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