#49AEA1

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

Shades of Puerto Rico #49AEA1

Tints of Puerto Rico #49AEA1

Color information

#49AEA1 (or 0x49AEA1) is unknown color: approx Puerto Rico. HEX triplet: 49, AE and A1. RGB value is (73,174,161). Sum of RGB (Red+Green+Blue) = 73+174+161=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #49AEA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AEA1 is #B6515E. Grayscale: #8E8E8E. Windows color (decimal): -11948383 or 10595913. OLE color: 10595913.

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

Color convert

RGB73174161-
CMYK0.5800.070.32
HSL172.28º40.89%48.43%-
HSV(B)172.28º58.05%68.24%-
XYZ24.3234.2639.05-
YUV142.32138.5478.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.89%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 161 (63.28% from 255) = 39.46%
R=17.89%
G=42.65%
B=39.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741610.5800.070.32172.2840.8948.43
Hex49AEA13A0720ac2930
Octal1112562417207402545160
Binary10010011010111010100001111010011110000010101100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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