#49BDA9

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

Shades of Puerto Rico #49BDA9

Tints of Puerto Rico #49BDA9

Color information

#49BDA9 (or 0x49BDA9) is unknown color: approx Puerto Rico. HEX triplet: 49, BD and A9. RGB value is (73,189,169). Sum of RGB (Red+Green+Blue) = 73+189+169=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDA9 is #B64256. Grayscale: #989898. Windows color (decimal): -11944535 or 11124041. OLE color: 11124041.

HSL color Cylindrical-coordinate representation of color #49BDA9: hue angle of 169.66º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BDA9 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB73189169-
CMYK0.6100.110.26
HSL169.66º46.77%51.37%-
HSV(B)169.66º61.38%74.12%-
XYZ28.1140.6843.91-
YUV152.04137.5771.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.94%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=16.94%
G=43.85%
B=39.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731891690.6100.110.26169.6646.7751.37
Hex49BDA93D0B1Aaa2f33
Octal11127525175013322525763
Binary10010011011110110101001111101010111101010101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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