#49BAAE

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

Shades of Puerto Rico #49BAAE

Tints of Puerto Rico #49BAAE

Color information

#49BAAE (or 0x49BAAE) is unknown color: approx Puerto Rico. HEX triplet: 49, BA and AE. RGB value is (73,186,174). Sum of RGB (Red+Green+Blue) = 73+186+174=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #49BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BAAE is #B64551. Grayscale: #969696. Windows color (decimal): -11945298 or 11450953. OLE color: 11450953.

HSL color Cylindrical-coordinate representation of color #49BAAE: hue angle of 173.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BAAE is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB73186174-
CMYK0.6100.060.27
HSL173.63º45.02%50.78%-
HSV(B)173.63º60.75%72.94%-
XYZ27.9539.5946.21-
YUV150.84141.0672.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.86%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=16.86%
G=42.96%
B=40.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731861740.6100.060.27173.6345.0250.78
Hex49BAAE3D061Bae2d33
Octal1112722567506332565563
Binary1001001101110101010111011110101101101110101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,186,174); }

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

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

 a { background-color: rgb(73,186,174); }

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

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

 span { border-color: rgb(73,186,174); }

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