#49C2AD

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

Shades of Puerto Rico #49C2AD

Tints of Puerto Rico #49C2AD

Color information

#49C2AD (or 0x49C2AD) is unknown color: approx Puerto Rico. HEX triplet: 49, C2 and AD. RGB value is (73,194,173). Sum of RGB (Red+Green+Blue) = 73+194+173=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C2AD is #B63D52. Grayscale: #9B9B9B. Windows color (decimal): -11943251 or 11387465. OLE color: 11387465.

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

Color convert

RGB73194173-
CMYK0.6200.110.24
HSL169.59º49.79%52.35%-
HSV(B)169.59º62.37%76.08%-
XYZ29.5843.0246.28-
YUV155.43137.9169.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.59%
GREEN value IS 194 (76.17% from 255) = 44.09%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=16.59%
G=44.09%
B=39.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731941730.6200.110.24169.5949.7952.35
Hex49C2AD3E0B18aa3234
Octal11130225576013302526264
Binary10010011100001010101101111110010111100010101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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