#49AFA9

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

Shades of Puerto Rico #49AFA9

Tints of Puerto Rico #49AFA9

Color information

#49AFA9 (or 0x49AFA9) is unknown color: approx Puerto Rico. HEX triplet: 49, AF and A9. RGB value is (73,175,169). Sum of RGB (Red+Green+Blue) = 73+175+169=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #49AFA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AFA9 is #B65056. Grayscale: #8F8F8F. Windows color (decimal): -11948119 or 11120457. OLE color: 11120457.

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

Color convert

RGB73175169-
CMYK0.5800.030.31
HSL176.47º41.13%48.63%-
HSV(B)176.47º58.29%68.63%-
XYZ25.2434.9442.95-
YUV143.82142.2177.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=17.51%
G=41.97%
B=40.53%

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
Decimal731751690.5800.030.31176.4741.1348.63
Hex49AFA93A031Fb02931
Octal1112572517203372605161
Binary100100110101111101010011110100111111110110000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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