#49AC81

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

Shades of Ocean Green #49AC81

Tints of Ocean Green #49AC81

Color information

#49AC81 (or 0x49AC81) is unknown color: approx Ocean Green. HEX triplet: 49, AC and 81. RGB value is (73,172,129). Sum of RGB (Red+Green+Blue) = 73+172+129=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AC81 is #B6537E. Grayscale: #898989. Windows color (decimal): -11948927 or 8498249. OLE color: 8498249.

HSL color Cylindrical-coordinate representation of color #49AC81: hue angle of 153.94º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AC81 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB73172129-
CMYK0.5800.250.33
HSL153.94º40.41%48.04%-
HSV(B)153.94º57.56%67.45%-
XYZ21.4632.5125.91-
YUV137.5123.282-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 172 (67.58% from 255) = 45.99%
BLUE value IS 129 (50.78% from 255) = 34.49%
R=19.52%
G=45.99%
B=34.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731721290.5800.250.33153.9440.4148.04
Hex49AC813A019219a2830
Octal11125420172031412325060
Binary1001001101011001000000111101001100110000110011010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AC81; }

 p { color: rgb(73,172,129); }

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

<style>
 a { background-color: #49AC81; }

 a { background-color: rgb(73,172,129); }

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

<style>
 span { border-color: #49AC81; }

 span { border-color: rgb(73,172,129); }

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