#5CA572

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

Shades of Ocean Green #5CA572

Tints of Ocean Green #5CA572

Color information

#5CA572 (or 0x5CA572) is unknown color: approx Ocean Green. HEX triplet: 5C, A5 and 72. RGB value is (92,165,114). Sum of RGB (Red+Green+Blue) = 92+165+114=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA572 is #A35A8D. Grayscale: #898989. Windows color (decimal): -10705550 or 7513436. OLE color: 7513436.

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

Color convert

RGB92165114-
CMYK0.4400.310.35
HSL138.08º28.85%50.39%-
HSV(B)138.08º44.24%64.71%-
XYZ20.9130.420.69-
YUV137.36114.8295.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=24.80%
G=44.47%
B=30.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921651140.4400.310.35138.0828.8550.39
Hex5CA5722C01F238a1d32
Octal13424516254037432123562
Binary10111001010010111100101011000111111000111000101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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