#4AB487

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

Shades of Ocean Green #4AB487

Tints of Ocean Green #4AB487

Color information

#4AB487 (or 0x4AB487) is unknown color: approx Ocean Green. HEX triplet: 4A, B4 and 87. RGB value is (74,180,135). Sum of RGB (Red+Green+Blue) = 74+180+135=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB487 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB487 is #B54B78. Grayscale: #8F8F8F. Windows color (decimal): -11881337 or 8893514. OLE color: 8893514.

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

Color convert

RGB74180135-
CMYK0.5900.250.29
HSL154.53º41.73%49.8%-
HSV(B)154.53º58.89%70.59%-
XYZ23.5235.8528.6-
YUV143.18123.3878.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.02%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=19.02%
G=46.27%
B=34.70%

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
Decimal741801350.5900.250.29154.5341.7349.8
Hex4AB4873B0191D9b2a32
Octal11226420773031352335262
Binary100101010110100100001111110110110011110110011011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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