#4BB986

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

Shades of Ocean Green #4BB986

Tints of Ocean Green #4BB986

Color information

#4BB986 (or 0x4BB986) is unknown color: approx Ocean Green. HEX triplet: 4B, B9 and 86. RGB value is (75,185,134). Sum of RGB (Red+Green+Blue) = 75+185+134=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB986 is #B44679. Grayscale: #929292. Windows color (decimal): -11814522 or 8829259. OLE color: 8829259.

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

Color convert

RGB75185134-
CMYK0.5900.280.27
HSL152.18º44%50.98%-
HSV(B)152.18º59.46%72.55%-
XYZ24.5537.9228.58-
YUV146.3121.0677.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.04%
GREEN value IS 185 (72.66% from 255) = 46.95%
BLUE value IS 134 (52.73% from 255) = 34.01%
R=19.04%
G=46.95%
B=34.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751851340.5900.280.27152.184450.98
Hex4BB9863B01C1B982c33
Octal11327120673034332305463
Binary100101110111001100001101110110111001101110011000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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