#4BB086

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

Shades of Ocean Green #4BB086

Tints of Ocean Green #4BB086

Color information

#4BB086 (or 0x4BB086) is unknown color: approx Ocean Green. HEX triplet: 4B, B0 and 86. RGB value is (75,176,134). Sum of RGB (Red+Green+Blue) = 75+176+134=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #4BB086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB086 is #B44F79. Grayscale: #8D8D8D. Windows color (decimal): -11816826 or 8826955. OLE color: 8826955.

HSL color Cylindrical-coordinate representation of color #4BB086: hue angle of 155.05º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BB086 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB75176134-
CMYK0.5700.240.31
HSL155.05º40.24%49.22%-
HSV(B)155.05º57.39%69.02%-
XYZ22.7334.2727.97-
YUV141.01124.0480.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.48%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=19.48%
G=45.71%
B=34.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751761340.5700.240.31155.0540.2449.22
Hex4BB086390181F9b2831
Octal11326020671030372335061
Binary100101110110000100001101110010110001111110011011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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