#5CAF80

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

Shades of Ocean Green #5CAF80

Tints of Ocean Green #5CAF80

Color information

#5CAF80 (or 0x5CAF80) is unknown color: approx Ocean Green. HEX triplet: 5C, AF and 80. RGB value is (92,175,128). Sum of RGB (Red+Green+Blue) = 92+175+128=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAF80 is #A3507F. Grayscale: #909090. Windows color (decimal): -10702976 or 8433500. OLE color: 8433500.

HSL color Cylindrical-coordinate representation of color #5CAF80: hue angle of 146.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAF80 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB92175128-
CMYK0.4700.270.31
HSL146.02º34.16%52.35%-
HSV(B)146.02º47.43%68.63%-
XYZ23.6434.4925.83-
YUV144.83118.590.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.29%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=23.29%
G=44.30%
B=32.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921751280.4700.270.31146.0234.1652.35
Hex5CAF802F01B1F922234
Octal13425720057033372224264
Binary101110010101111100000001011110110111111110010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,175,128); }

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

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

 a { background-color: rgb(92,175,128); }

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

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

 span { border-color: rgb(92,175,128); }

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