#5CA376

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

Shades of Ocean Green #5CA376

Tints of Ocean Green #5CA376

Color information

#5CA376 (or 0x5CA376) is unknown color: approx Ocean Green. HEX triplet: 5C, A3 and 76. RGB value is (92,163,118). Sum of RGB (Red+Green+Blue) = 92+163+118=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA376 is #A35C89. Grayscale: #888888. Windows color (decimal): -10706058 or 7775068. OLE color: 7775068.

HSL color Cylindrical-coordinate representation of color #5CA376: hue angle of 141.97º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA376 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB92163118-
CMYK0.4400.280.36
HSL141.97º27.84%50%-
HSV(B)141.97º43.56%63.92%-
XYZ20.7829.7821.79-
YUV136.64117.4896.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=24.66%
G=43.70%
B=31.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921631180.4400.280.36141.9727.8450
Hex5CA3762C01C248e1c32
Octal13424316654034442163462
Binary10111001010001111101101011000111001001001000111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,163,118); }

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

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

 a { background-color: rgb(92,163,118); }

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

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

 span { border-color: rgb(92,163,118); }

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