#49AEAC

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

Shades of Puerto Rico #49AEAC

Tints of Puerto Rico #49AEAC

Color information

#49AEAC (or 0x49AEAC) is unknown color: approx Puerto Rico. HEX triplet: 49, AE and AC. RGB value is (73,174,172). Sum of RGB (Red+Green+Blue) = 73+174+172=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #49AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AEAC is #B65153. Grayscale: #8F8F8F. Windows color (decimal): -11948372 or 11316809. OLE color: 11316809.

HSL color Cylindrical-coordinate representation of color #49AEAC: hue angle of 178.81º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AEAC is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB73174172-
CMYK0.5800.010.32
HSL178.81º40.89%48.43%-
HSV(B)178.81º58.05%68.24%-
XYZ25.3334.6744.39-
YUV143.57144.0477.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.42%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=17.42%
G=41.53%
B=41.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741720.5800.010.32178.8140.8948.43
Hex49AEAC3A0120b32930
Octal1112562547201402635160
Binary100100110101110101011001110100110000010110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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