#4CB988

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

Shades of Ocean Green #4CB988

Tints of Ocean Green #4CB988

Color information

#4CB988 (or 0x4CB988) is unknown color: approx Ocean Green. HEX triplet: 4C, B9 and 88. RGB value is (76,185,136). Sum of RGB (Red+Green+Blue) = 76+185+136=397 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.14% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB988 is #B34677. Grayscale: #929292. Windows color (decimal): -11748984 or 8960332. OLE color: 8960332.

HSL color Cylindrical-coordinate representation of color #4CB988: hue angle of 153.03º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB988 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB76185136-
CMYK0.5900.260.27
HSL153.03º43.78%51.18%-
HSV(B)153.03º58.92%72.55%-
XYZ24.7738.0129.32-
YUV146.82121.8977.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.14%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=19.14%
G=46.60%
B=34.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761851360.5900.260.27153.0343.7851.18
Hex4CB9883B01A1B992c33
Octal11427121073032332315463
Binary100110010111001100010001110110110101101110011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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