#5CA679

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

Shades of Ocean Green #5CA679

Tints of Ocean Green #5CA679

Color information

#5CA679 (or 0x5CA679) is unknown color: approx Ocean Green. HEX triplet: 5C, A6 and 79. RGB value is (92,166,121). Sum of RGB (Red+Green+Blue) = 92+166+121=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA679 is #A35986. Grayscale: #8A8A8A. Windows color (decimal): -10705287 or 7972444. OLE color: 7972444.

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

Color convert

RGB92166121-
CMYK0.4500.270.35
HSL143.51º29.37%50.59%-
HSV(B)143.51º44.58%65.1%-
XYZ21.530.9322.93-
YUV138.74117.9894.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.27%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=24.27%
G=43.80%
B=31.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921661210.4500.270.35143.5129.3750.59
Hex5CA6792D01B23901d33
Octal13424617155033432203563
Binary10111001010011011110011011010110111000111001000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,166,121); }

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

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

 a { background-color: rgb(92,166,121); }

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

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

 span { border-color: rgb(92,166,121); }

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