#4cb688

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

Shades of Ocean Green #4CB688

Tints of Ocean Green #4CB688

Color information

#4CB688 (or 0x4CB688) is unknown color: approx Ocean Green. HEX triplet: 4C, B6 and 88. RGB value is (76,182,136). Sum of RGB (Red+Green+Blue) = 76+182+136=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB688 is #B34977. Grayscale: #919191. Windows color (decimal): -11749752 or 8959564. OLE color: 8959564.

HSL color Cylindrical-coordinate representation of color #4CB688: hue angle of 153.96º 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 #4CB688 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB76182136-
CMYK0.5800.250.29
HSL153.96º42.06%50.59%-
HSV(B)153.96º58.24%71.37%-
XYZ24.1536.7729.12-
YUV145.06122.8878.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.29%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=19.29%
G=46.19%
B=34.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761821360.5800.250.29153.9642.0650.59
Hex4CB6883A0191D9a2a33
Octal11426621072031352325263
Binary100110010110110100010001110100110011110110011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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