#49C4A3

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

Shades of Puerto Rico #49C4A3

Tints of Puerto Rico #49C4A3

Color information

#49C4A3 (or 0x49C4A3) is unknown color: approx Puerto Rico. HEX triplet: 49, C4 and A3. RGB value is (73,196,163). Sum of RGB (Red+Green+Blue) = 73+196+163=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #49C4A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C4A3 is #B63B5C. Grayscale: #9B9B9B. Windows color (decimal): -11942749 or 10732617. OLE color: 10732617.

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

Color convert

RGB73196163-
CMYK0.6300.170.23
HSL163.9º51.04%52.75%-
HSV(B)163.9º62.76%76.86%-
XYZ29.143.5441.52-
YUV155.46132.2569.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 196 (76.95% from 255) = 45.37%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=16.90%
G=45.37%
B=37.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731961630.6300.170.23163.951.0452.75
Hex49C4A33F01117a43335
Octal11130424377021272446365
Binary100100111000100101000111111110100011011110100100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,196,163); }

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

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

 a { background-color: rgb(73,196,163); }

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

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

 span { border-color: rgb(73,196,163); }

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