#5CA570

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

Shades of Ocean Green #5CA570

Tints of Ocean Green #5CA570

Color information

#5CA570 (or 0x5CA570) is unknown color: approx Ocean Green. HEX triplet: 5C, A5 and 70. RGB value is (92,165,112). Sum of RGB (Red+Green+Blue) = 92+165+112=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA570 is #A35A8F. Grayscale: #898989. Windows color (decimal): -10705552 or 7382364. OLE color: 7382364.

HSL color Cylindrical-coordinate representation of color #5CA570: hue angle of 136.44º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA570 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB92165112-
CMYK0.4400.320.35
HSL136.44º28.85%50.39%-
HSV(B)136.44º44.24%64.71%-
XYZ20.7930.3620.09-
YUV137.13113.8295.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.93%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=24.93%
G=44.72%
B=30.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921651120.4400.320.35136.4428.8550.39
Hex5CA5702C02023881d32
Octal13424516054040432103562
Binary101110010100101111000010110001000001000111000100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,165,112); }

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

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

 a { background-color: rgb(92,165,112); }

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

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

 span { border-color: rgb(92,165,112); }

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