#49AE9E

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

Shades of Puerto Rico #49AE9E

Tints of Puerto Rico #49AE9E

Color information

#49AE9E (or 0x49AE9E) is unknown color: approx Puerto Rico. HEX triplet: 49, AE and 9E. RGB value is (73,174,158). Sum of RGB (Red+Green+Blue) = 73+174+158=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AE9E is #B65161. Grayscale: #8D8D8D. Windows color (decimal): -11948386 or 10399305. OLE color: 10399305.

HSL color Cylindrical-coordinate representation of color #49AE9E: hue angle of 170.5º 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 #49AE9E is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB73174158-
CMYK0.5800.090.32
HSL170.5º40.89%48.43%-
HSV(B)170.5º58.05%68.24%-
XYZ24.0634.1637.67-
YUV141.98137.0478.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=18.02%
G=42.96%
B=39.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741580.5800.090.32170.540.8948.43
Hex49AE9E3A0920aa2930
Octal11125623672011402525160
Binary100100110101110100111101110100100110000010101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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