#4BAC66

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

Shades of Ocean Green #4BAC66

Tints of Ocean Green #4BAC66

Color information

#4BAC66 (or 0x4BAC66) is unknown color: approx Ocean Green. HEX triplet: 4B, AC and 66. RGB value is (75,172,102). Sum of RGB (Red+Green+Blue) = 75+172+102=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC66 is #B45399. Grayscale: #878787. Windows color (decimal): -11817882 or 6728779. OLE color: 6728779.

HSL color Cylindrical-coordinate representation of color #4BAC66: hue angle of 136.7º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC66 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB75172102-
CMYK0.5600.410.33
HSL136.7º39.27%48.43%-
HSV(B)136.7º56.4%67.45%-
XYZ20.0531.9617.68-
YUV135.02109.3685.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.49%
GREEN value IS 172 (67.58% from 255) = 49.28%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=21.49%
G=49.28%
B=29.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751721020.5600.410.33136.739.2748.43
Hex4BAC663802921892730
Octal11325414670051412114760
Binary1001011101011001100110111000010100110000110001001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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