#49AFAB

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

Shades of Puerto Rico #49AFAB

Tints of Puerto Rico #49AFAB

Color information

#49AFAB (or 0x49AFAB) is unknown color: approx Puerto Rico. HEX triplet: 49, AF and AB. RGB value is (73,175,171). Sum of RGB (Red+Green+Blue) = 73+175+171=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #49AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AFAB is #B65054. Grayscale: #8F8F8F. Windows color (decimal): -11948117 or 11251529. OLE color: 11251529.

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

Color convert

RGB73175171-
CMYK0.5800.020.31
HSL177.65º41.13%48.63%-
HSV(B)177.65º58.29%68.63%-
XYZ25.4335.0243.95-
YUV144.05143.2177.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.42%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=17.42%
G=41.77%
B=40.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751710.5800.020.31177.6541.1348.63
Hex49AFAB3A021Fb22931
Octal1112572537202372625161
Binary100100110101111101010111110100101111110110010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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