#49AFA2

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

Shades of Puerto Rico #49AFA2

Tints of Puerto Rico #49AFA2

Color information

#49AFA2 (or 0x49AFA2) is unknown color: approx Puerto Rico. HEX triplet: 49, AF and A2. RGB value is (73,175,162). Sum of RGB (Red+Green+Blue) = 73+175+162=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #49AFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AFA2 is #B6505D. Grayscale: #8E8E8E. Windows color (decimal): -11948126 or 10661705. OLE color: 10661705.

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

Color convert

RGB73175162-
CMYK0.5800.070.31
HSL172.35º41.13%48.63%-
HSV(B)172.35º58.29%68.63%-
XYZ24.634.6939.58-
YUV143.02138.7178.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.80%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 162 (63.67% from 255) = 39.51%
R=17.80%
G=42.68%
B=39.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751620.5800.070.31172.3541.1348.63
Hex49AFA23A071Fac2931
Octal1112572427207372545161
Binary1001001101011111010001011101001111111110101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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