#49AFAA

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

Shades of Puerto Rico #49AFAA

Tints of Puerto Rico #49AFAA

Color information

#49AFAA (or 0x49AFAA) is unknown color: approx Puerto Rico. HEX triplet: 49, AF and AA. RGB value is (73,175,170). Sum of RGB (Red+Green+Blue) = 73+175+170=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #49AFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AFAA is #B65055. Grayscale: #8F8F8F. Windows color (decimal): -11948118 or 11185993. OLE color: 11185993.

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

Color convert

RGB73175170-
CMYK0.5800.030.31
HSL177.06º41.13%48.63%-
HSV(B)177.06º58.29%68.63%-
XYZ25.3334.9843.45-
YUV143.93142.7177.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.46%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=17.46%
G=41.87%
B=40.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751700.5800.030.31177.0641.1348.63
Hex49AFAA3A031Fb12931
Octal1112572527203372615161
Binary100100110101111101010101110100111111110110001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,175,170); }

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

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

 a { background-color: rgb(73,175,170); }

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

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

 span { border-color: rgb(73,175,170); }

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