#49ABA1

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

Shades of Puerto Rico #49ABA1

Tints of Puerto Rico #49ABA1

Color information

#49ABA1 (or 0x49ABA1) is unknown color: approx Puerto Rico. HEX triplet: 49, AB and A1. RGB value is (73,171,161). Sum of RGB (Red+Green+Blue) = 73+171+161=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #49ABA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ABA1 is #B6545E. Grayscale: #8C8C8C. Windows color (decimal): -11949151 or 10595145. OLE color: 10595145.

HSL color Cylindrical-coordinate representation of color #49ABA1: hue angle of 173.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49ABA1 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB73171161-
CMYK0.5700.060.33
HSL173.88º40.16%47.84%-
HSV(B)173.88º57.31%67.06%-
XYZ23.7433.1238.86-
YUV140.56139.5379.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=18.02%
G=42.22%
B=39.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731711610.5700.060.33173.8840.1647.84
Hex49ABA1390621ae2830
Octal1112532417106412565060
Binary10010011010101110100001111001011010000110101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,171,161); }

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

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

 a { background-color: rgb(73,171,161); }

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

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

 span { border-color: rgb(73,171,161); }

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