#49C3AD

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

Shades of Puerto Rico #49C3AD

Tints of Puerto Rico #49C3AD

Color information

#49C3AD (or 0x49C3AD) is unknown color: approx Puerto Rico. HEX triplet: 49, C3 and AD. RGB value is (73,195,173). Sum of RGB (Red+Green+Blue) = 73+195+173=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #49C3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C3AD is #B63C52. Grayscale: #9B9B9B. Windows color (decimal): -11942995 or 11387721. OLE color: 11387721.

HSL color Cylindrical-coordinate representation of color #49C3AD: hue angle of 169.18º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C3AD is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB73195173-
CMYK0.6300.110.24
HSL169.18º50.41%52.55%-
HSV(B)169.18º62.56%76.47%-
XYZ29.8143.4646.35-
YUV156.01137.5868.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.55%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=16.55%
G=44.22%
B=39.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731951730.6300.110.24169.1850.4152.55
Hex49C3AD3F0B18a93235
Octal11130325577013302516265
Binary10010011100001110101101111111010111100010101001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,195,173); }

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

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

 a { background-color: rgb(73,195,173); }

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

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

 span { border-color: rgb(73,195,173); }

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