#4AB480

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

Shades of Ocean Green #4AB480

Tints of Ocean Green #4AB480

Color information

#4AB480 (or 0x4AB480) is unknown color: approx Ocean Green. HEX triplet: 4A, B4 and 80. RGB value is (74,180,128). Sum of RGB (Red+Green+Blue) = 74+180+128=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB480 is #B54B7F. Grayscale: #8E8E8E. Windows color (decimal): -11881344 or 8434762. OLE color: 8434762.

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

Color convert

RGB74180128-
CMYK0.5900.290.29
HSL150.57º41.73%49.8%-
HSV(B)150.57º58.89%70.59%-
XYZ23.0435.6626.09-
YUV142.38119.8879.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.37%
GREEN value IS 180 (70.70% from 255) = 47.12%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=19.37%
G=47.12%
B=33.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801280.5900.290.29150.5741.7349.8
Hex4AB4803B01D1D972a32
Octal11226420073035352275262
Binary100101010110100100000001110110111011110110010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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