#49c7a6

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

Shades of Puerto Rico #49C7A6

Tints of Puerto Rico #49C7A6

Color information

#49C7A6 (or 0x49C7A6) is unknown color: approx Puerto Rico. HEX triplet: 49, C7 and A6. RGB value is (73,199,166). Sum of RGB (Red+Green+Blue) = 73+199+166=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 199 - color contains mainly: green. Hex color #49C7A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C7A6 is #B63859. Grayscale: #9D9D9D. Windows color (decimal): -11941978 or 10929993. OLE color: 10929993.

HSL color Cylindrical-coordinate representation of color #49C7A6: hue angle of 164.29º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C7A6 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB73199166-
CMYK0.6300.170.22
HSL164.29º52.94%53.33%-
HSV(B)164.29º63.32%78.04%-
XYZ30.0545.0243.18-
YUV157.56132.7667.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.67%
GREEN value IS 199 (78.12% from 255) = 45.43%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=16.67%
G=45.43%
B=37.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731991660.6300.170.22164.2952.9453.33
Hex49C7A63F01116a43535
Octal11130724677021262446565
Binary100100111000111101001101111110100011011010100100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49c7a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,199,166); }

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

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

 a { background-color: rgb(73,199,166); }

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

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

 span { border-color: rgb(73,199,166); }

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