#49AC9B

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

Shades of Puerto Rico #49AC9B

Tints of Puerto Rico #49AC9B

Color information

#49AC9B (or 0x49AC9B) is unknown color: approx Puerto Rico. HEX triplet: 49, AC and 9B. RGB value is (73,172,155). Sum of RGB (Red+Green+Blue) = 73+172+155=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AC9B is #B65364. Grayscale: #8C8C8C. Windows color (decimal): -11948901 or 10202185. OLE color: 10202185.

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

Color convert

RGB73172155-
CMYK0.5800.100.33
HSL169.7º40.41%48.04%-
HSV(B)169.7º57.56%67.45%-
XYZ23.4233.2936.2-
YUV140.46136.279.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.25%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=18.25%
G=43%
B=38.75%

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
Decimal731721550.5800.100.33169.740.4148.04
Hex49AC9B3A0A21aa2830
Octal11125423372012412525060
Binary100100110101100100110111110100101010000110101010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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