#4AB080

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

Shades of Ocean Green #4AB080

Tints of Ocean Green #4AB080

Color information

#4AB080 (or 0x4AB080) is unknown color: approx Ocean Green. HEX triplet: 4A, B0 and 80. RGB value is (74,176,128). Sum of RGB (Red+Green+Blue) = 74+176+128=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB080 is #B54F7F. Grayscale: #8C8C8C. Windows color (decimal): -11882368 or 8433738. OLE color: 8433738.

HSL color Cylindrical-coordinate representation of color #4AB080: hue angle of 151.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB080 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB74176128-
CMYK0.5800.270.31
HSL151.76º40.8%49.02%-
HSV(B)151.76º57.95%69.02%-
XYZ22.2534.0725.82-
YUV140.03121.2180.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.58%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=19.58%
G=46.56%
B=33.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741761280.5800.270.31151.7640.849.02
Hex4AB0803A01B1F982931
Octal11226020072033372305161
Binary100101010110000100000001110100110111111110011000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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