#4AB486

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

Shades of Ocean Green #4AB486

Tints of Ocean Green #4AB486

Color information

#4AB486 (or 0x4AB486) is unknown color: approx Ocean Green. HEX triplet: 4A, B4 and 86. RGB value is (74,180,134). Sum of RGB (Red+Green+Blue) = 74+180+134=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB486 is #B54B79. Grayscale: #8F8F8F. Windows color (decimal): -11881338 or 8827978. OLE color: 8827978.

HSL color Cylindrical-coordinate representation of color #4AB486: hue angle of 153.96º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB486 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB74180134-
CMYK0.5900.260.29
HSL153.96º41.73%49.8%-
HSV(B)153.96º58.89%70.59%-
XYZ23.4535.8228.23-
YUV143.06122.8878.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.07%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=19.07%
G=46.39%
B=34.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801340.5900.260.29153.9641.7349.8
Hex4AB4863B01A1D9a2a32
Octal11226420673032352325262
Binary100101010110100100001101110110110101110110011010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,134); }

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

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

 a { background-color: rgb(74,180,134); }

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

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

 span { border-color: rgb(74,180,134); }

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