#50AAA1

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

Shades of Puerto Rico #50AAA1

Tints of Puerto Rico #50AAA1

Color information

#50AAA1 (or 0x50AAA1) is unknown color: approx Puerto Rico. HEX triplet: 50, AA and A1. RGB value is (80,170,161). Sum of RGB (Red+Green+Blue) = 80+170+161=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #50AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAA1 is #AF555E. Grayscale: #8E8E8E. Windows color (decimal): -11490655 or 10594896. OLE color: 10594896.

HSL color Cylindrical-coordinate representation of color #50AAA1: hue angle of 174º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AAA1 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB80170161-
CMYK0.5300.050.33
HSL174º36%49.02%-
HSV(B)174º52.94%66.67%-
XYZ24.1233.0338.82-
YUV142.06138.6883.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 161 (63.28% from 255) = 39.17%
R=19.46%
G=41.36%
B=39.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801701610.5300.050.331743649.02
Hex50AAA1350521ae2431
Octal1202522416505412564461
Binary10100001010101010100001110101010110000110101110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AAA1; }

 p { color: rgb(80,170,161); }

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

<style>
 a { background-color: #50AAA1; }

 a { background-color: rgb(80,170,161); }

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

<style>
 span { border-color: #50AAA1; }

 span { border-color: rgb(80,170,161); }

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