#4BB989

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

Shades of Ocean Green #4BB989

Tints of Ocean Green #4BB989

Color information

#4BB989 (or 0x4BB989) is unknown color: approx Ocean Green. HEX triplet: 4B, B9 and 89. RGB value is (75,185,137). Sum of RGB (Red+Green+Blue) = 75+185+137=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB989 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB989 is #B44676. Grayscale: #929292. Windows color (decimal): -11814519 or 9025867. OLE color: 9025867.

HSL color Cylindrical-coordinate representation of color #4BB989: hue angle of 153.82º 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 #4BB989 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB75185137-
CMYK0.5900.260.27
HSL153.82º44%50.98%-
HSV(B)153.82º59.46%72.55%-
XYZ24.773829.7-
YUV146.64122.5676.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.89%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=18.89%
G=46.60%
B=34.51%

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
Decimal751851370.5900.260.27153.824450.98
Hex4BB9893B01A1B9a2c33
Octal11327121173032332325463
Binary100101110111001100010011110110110101101110011010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,185,137); }

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

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

 a { background-color: rgb(75,185,137); }

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

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

 span { border-color: rgb(75,185,137); }

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