#49A899

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

Shades of Puerto Rico #49A899

Tints of Puerto Rico #49A899

Color information

#49A899 (or 0x49A899) is unknown color: approx Puerto Rico. HEX triplet: 49, A8 and 99. RGB value is (73,168,153). Sum of RGB (Red+Green+Blue) = 73+168+153=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 168 - color contains mainly: green. Hex color #49A899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A899 is #B65766. Grayscale: #898989. Windows color (decimal): -11949927 or 10070089. OLE color: 10070089.

HSL color Cylindrical-coordinate representation of color #49A899: hue angle of 170.53º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A899 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB73168153-
CMYK0.5700.090.34
HSL170.53º39.42%47.25%-
HSV(B)170.53º56.55%65.88%-
XYZ22.531.7235.07-
YUV137.88136.5381.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.53%
GREEN value IS 168 (66.02% from 255) = 42.64%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=18.53%
G=42.64%
B=38.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal731681530.5700.090.34170.5339.4247.25
Hex49A899390922ab272f
Octal11125023171011422534757
Binary100100110101000100110011110010100110001010101011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,168,153); }

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

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

 a { background-color: rgb(73,168,153); }

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

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

 span { border-color: rgb(73,168,153); }

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