#49AC9A

Color #49AC9A Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #49AC9A

Tints of Puerto Rico #49AC9A

Color information

#49AC9A (or 0x49AC9A) is unknown color: approx Puerto Rico. HEX triplet: 49, AC and 9A. RGB value is (73,172,154). Sum of RGB (Red+Green+Blue) = 73+172+154=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AC9A is #B65365. Grayscale: #8C8C8C. Windows color (decimal): -11948902 or 10136649. OLE color: 10136649.

HSL color Cylindrical-coordinate representation of color #49AC9A: hue angle of 169.09º 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 #49AC9A is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB73172154-
CMYK0.5800.100.33
HSL169.09º40.41%48.04%-
HSV(B)169.09º57.56%67.45%-
XYZ23.3333.2535.76-
YUV140.35135.779.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.30%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=18.30%
G=43.11%
B=38.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731721540.5800.100.33169.0940.4148.04
Hex49AC9A3A0A21a92830
Octal11125423272012412515060
Binary100100110101100100110101110100101010000110101001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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