#49AF9E

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

Shades of Puerto Rico #49AF9E

Tints of Puerto Rico #49AF9E

Color information

#49AF9E (or 0x49AF9E) is unknown color: approx Puerto Rico. HEX triplet: 49, AF and 9E. RGB value is (73,175,158). Sum of RGB (Red+Green+Blue) = 73+175+158=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF9E is #B65061. Grayscale: #8E8E8E. Windows color (decimal): -11948130 or 10399561. OLE color: 10399561.

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

Color convert

RGB73175158-
CMYK0.5800.100.31
HSL170º41.13%48.63%-
HSV(B)170º58.29%68.63%-
XYZ24.2534.5537.74-
YUV142.56136.7178.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.98%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=17.98%
G=43.10%
B=38.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751580.5800.100.3117041.1348.63
Hex49AF9E3A0A1Faa2931
Octal11125723672012372525161
Binary10010011010111110011110111010010101111110101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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