#49AEA5

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

Shades of Puerto Rico #49AEA5

Tints of Puerto Rico #49AEA5

Color information

#49AEA5 (or 0x49AEA5) is unknown color: approx Puerto Rico. HEX triplet: 49, AE and A5. RGB value is (73,174,165). Sum of RGB (Red+Green+Blue) = 73+174+165=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #49AEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AEA5 is #B6515A. Grayscale: #8E8E8E. Windows color (decimal): -11948379 or 10858057. OLE color: 10858057.

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

Color convert

RGB73174165-
CMYK0.5800.050.32
HSL174.65º40.89%48.43%-
HSV(B)174.65º58.05%68.24%-
XYZ24.6834.4140.94-
YUV142.77140.5478.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.72%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 165 (64.84% from 255) = 40.05%
R=17.72%
G=42.23%
B=40.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741650.5800.050.32174.6540.8948.43
Hex49AEA53A0520af2930
Octal1112562457205402575160
Binary10010011010111010100101111010010110000010101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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