#4AB587

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

Shades of Ocean Green #4AB587

Tints of Ocean Green #4AB587

Color information

#4AB587 (or 0x4AB587) is unknown color: approx Ocean Green. HEX triplet: 4A, B5 and 87. RGB value is (74,181,135). Sum of RGB (Red+Green+Blue) = 74+181+135=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB587 is #B54A78. Grayscale: #8F8F8F. Windows color (decimal): -11881081 or 8893770. OLE color: 8893770.

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

Color convert

RGB74181135-
CMYK0.5900.250.29
HSL154.21º41.96%50%-
HSV(B)154.21º59.12%70.98%-
XYZ23.7236.2528.67-
YUV143.76123.0578.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.97%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=18.97%
G=46.41%
B=34.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741811350.5900.250.29154.2141.9650
Hex4AB5873B0191D9a2a32
Octal11226520773031352325262
Binary100101010110101100001111110110110011110110011010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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