#49AFA5

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

Shades of Puerto Rico #49AFA5

Tints of Puerto Rico #49AFA5

Color information

#49AFA5 (or 0x49AFA5) is unknown color: approx Puerto Rico. HEX triplet: 49, AF and A5. RGB value is (73,175,165). Sum of RGB (Red+Green+Blue) = 73+175+165=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #49AFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AFA5 is #B6505A. Grayscale: #8F8F8F. Windows color (decimal): -11948123 or 10858313. OLE color: 10858313.

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

Color convert

RGB73175165-
CMYK0.5800.060.31
HSL174.12º41.13%48.63%-
HSV(B)174.12º58.29%68.63%-
XYZ24.8734.7941-
YUV143.36140.2177.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=17.68%
G=42.37%
B=39.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751650.5800.060.31174.1241.1348.63
Hex49AFA53A061Fae2931
Octal1112572457206372565161
Binary1001001101011111010010111101001101111110101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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