#49AF9F

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

Shades of Puerto Rico #49AF9F

Tints of Puerto Rico #49AF9F

Color information

#49AF9F (or 0x49AF9F) is unknown color: approx Puerto Rico. HEX triplet: 49, AF and 9F. RGB value is (73,175,159). Sum of RGB (Red+Green+Blue) = 73+175+159=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF9F is #B65060. Grayscale: #8E8E8E. Windows color (decimal): -11948129 or 10465097. OLE color: 10465097.

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

Color convert

RGB73175159-
CMYK0.5800.090.31
HSL170.59º41.13%48.63%-
HSV(B)170.59º58.29%68.63%-
XYZ24.3434.5838.19-
YUV142.68137.2178.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.94%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=17.94%
G=43.00%
B=39.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751590.5800.090.31170.5941.1348.63
Hex49AF9F3A091Fab2931
Octal11125723772011372535161
Binary10010011010111110011111111010010011111110101011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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