#4BB066

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

Shades of Ocean Green #4BB066

Tints of Ocean Green #4BB066

Color information

#4BB066 (or 0x4BB066) is unknown color: approx Ocean Green. HEX triplet: 4B, B0 and 66. RGB value is (75,176,102). Sum of RGB (Red+Green+Blue) = 75+176+102=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #4BB066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB066 is #B44F99. Grayscale: #898989. Windows color (decimal): -11816858 or 6729803. OLE color: 6729803.

HSL color Cylindrical-coordinate representation of color #4BB066: hue angle of 136.04º 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 #4BB066 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB75176102-
CMYK0.5700.420.31
HSL136.04º40.24%49.22%-
HSV(B)136.04º57.39%69.02%-
XYZ20.8333.5117.94-
YUV137.36108.0483.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.25%
GREEN value IS 176 (69.14% from 255) = 49.86%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=21.25%
G=49.86%
B=28.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751761020.5700.420.31136.0440.2449.22
Hex4BB0663902A1F882831
Octal11326014671052372105061
Binary100101110110000110011011100101010101111110001000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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