#5CA87C

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

Shades of Ocean Green #5CA87C

Tints of Ocean Green #5CA87C

Color information

#5CA87C (or 0x5CA87C) is unknown color: approx Ocean Green. HEX triplet: 5C, A8 and 7C. RGB value is (92,168,124). Sum of RGB (Red+Green+Blue) = 92+168+124=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA87C is #A35783. Grayscale: #8C8C8C. Windows color (decimal): -10704772 or 8169564. OLE color: 8169564.

HSL color Cylindrical-coordinate representation of color #5CA87C: hue angle of 145.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA87C is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB92168124-
CMYK0.4500.260.34
HSL145.26º30.4%50.98%-
HSV(B)145.26º45.24%65.88%-
XYZ22.0531.7424.03-
YUV140.26118.8293.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.96%
GREEN value IS 168 (66.02% from 255) = 43.75%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=23.96%
G=43.75%
B=32.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal921681240.4500.260.34145.2630.450.98
Hex5CA87C2D01A22911e33
Octal13425017455032422213663
Binary10111001010100011111001011010110101000101001000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,168,124); }

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

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

 a { background-color: rgb(92,168,124); }

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

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

 span { border-color: rgb(92,168,124); }

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