#4CB686

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

Shades of Ocean Green #4CB686

Tints of Ocean Green #4CB686

Color information

#4CB686 (or 0x4CB686) is unknown color: approx Ocean Green. HEX triplet: 4C, B6 and 86. RGB value is (76,182,134). Sum of RGB (Red+Green+Blue) = 76+182+134=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB686 is #B34979. Grayscale: #909090. Windows color (decimal): -11749754 or 8828492. OLE color: 8828492.

HSL color Cylindrical-coordinate representation of color #4CB686: hue angle of 152.83º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB686 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB76182134-
CMYK0.5800.260.29
HSL152.83º42.06%50.59%-
HSV(B)152.83º58.24%71.37%-
XYZ24.0136.7128.38-
YUV144.83121.8878.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.39%
GREEN value IS 182 (71.48% from 255) = 46.43%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=19.39%
G=46.43%
B=34.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761821340.5800.260.29152.8342.0650.59
Hex4CB6863A01A1D992a33
Octal11426620672032352315263
Binary100110010110110100001101110100110101110110011001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CB686; }

 p { color: rgb(76,182,134); }

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

<style>
 a { background-color: #4CB686; }

 a { background-color: rgb(76,182,134); }

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

<style>
 span { border-color: #4CB686; }

 span { border-color: rgb(76,182,134); }

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