#49B9A5

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

Shades of Puerto Rico #49B9A5

Tints of Puerto Rico #49B9A5

Color information

#49B9A5 (or 0x49B9A5) is unknown color: approx Puerto Rico. HEX triplet: 49, B9 and A5. RGB value is (73,185,165). Sum of RGB (Red+Green+Blue) = 73+185+165=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #49B9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B9A5 is #B6465A. Grayscale: #959595. Windows color (decimal): -11945563 or 10860873. OLE color: 10860873.

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

Color convert

RGB73185165-
CMYK0.6100.110.27
HSL169.29º44.44%50.59%-
HSV(B)169.29º60.54%72.55%-
XYZ26.8938.8341.68-
YUV149.23136.8973.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.26%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 165 (64.84% from 255) = 39.01%
R=17.26%
G=43.74%
B=39.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731851650.6100.110.27169.2944.4450.59
Hex49B9A53D0B1Ba92c33
Octal11127124575013332515463
Binary10010011011100110100101111101010111101110101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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