#4AB585

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

Shades of Ocean Green #4AB585

Tints of Ocean Green #4AB585

Color information

#4AB585 (or 0x4AB585) is unknown color: approx Ocean Green. HEX triplet: 4A, B5 and 85. RGB value is (74,181,133). Sum of RGB (Red+Green+Blue) = 74+181+133=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB585 is #B54A7A. Grayscale: #8F8F8F. Windows color (decimal): -11881083 or 8762698. OLE color: 8762698.

HSL color Cylindrical-coordinate representation of color #4AB585: hue angle of 153.08º 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 #4AB585 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB74181133-
CMYK0.5900.270.29
HSL153.08º41.96%50%-
HSV(B)153.08º59.12%70.98%-
XYZ23.5836.227.93-
YUV143.54122.0578.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.07%
GREEN value IS 181 (71.09% from 255) = 46.65%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=19.07%
G=46.65%
B=34.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741811330.5900.270.29153.0841.9650
Hex4AB5853B01B1D992a32
Octal11226520573033352315262
Binary100101010110101100001011110110110111110110011001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,181,133); }

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

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

 a { background-color: rgb(74,181,133); }

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

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

 span { border-color: rgb(74,181,133); }

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