#4BAD86

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

Shades of Ocean Green #4BAD86

Tints of Ocean Green #4BAD86

Color information

#4BAD86 (or 0x4BAD86) is unknown color: approx Ocean Green. HEX triplet: 4B, AD and 86. RGB value is (75,173,134). Sum of RGB (Red+Green+Blue) = 75+173+134=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD86 is #B45279. Grayscale: #8B8B8B. Windows color (decimal): -11817594 or 8826187. OLE color: 8826187.

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

Color convert

RGB75173134-
CMYK0.5700.230.32
HSL156.12º39.52%48.63%-
HSV(B)156.12º56.65%67.84%-
XYZ22.1533.127.78-
YUV139.25125.0382.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=19.63%
G=45.29%
B=35.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731340.5700.230.32156.1239.5248.63
Hex4BAD8639017209c2831
Octal11325520671027402345061
Binary1001011101011011000011011100101011110000010011100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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