#5CA574

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

Shades of Ocean Green #5CA574

Tints of Ocean Green #5CA574

Color information

#5CA574 (or 0x5CA574) is unknown color: approx Ocean Green. HEX triplet: 5C, A5 and 74. RGB value is (92,165,116). Sum of RGB (Red+Green+Blue) = 92+165+116=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA574 is #A35A8B. Grayscale: #898989. Windows color (decimal): -10705548 or 7644508. OLE color: 7644508.

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

Color convert

RGB92165116-
CMYK0.4400.300.35
HSL139.73º28.85%50.39%-
HSV(B)139.73º44.24%64.71%-
XYZ21.0230.4521.29-
YUV137.59115.8295.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 165 (64.84% from 255) = 44.24%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=24.66%
G=44.24%
B=31.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921651160.4400.300.35139.7328.8550.39
Hex5CA5742C01E238c1d32
Octal13424516454036432143562
Binary10111001010010111101001011000111101000111000110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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