#50A899

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

Shades of Puerto Rico #50A899

Tints of Puerto Rico #50A899

Color information

#50A899 (or 0x50A899) is unknown color: approx Puerto Rico. HEX triplet: 50, A8 and 99. RGB value is (80,168,153). Sum of RGB (Red+Green+Blue) = 80+168+153=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #50A899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A899 is #AF5766. Grayscale: #8B8B8B. Windows color (decimal): -11491175 or 10070096. OLE color: 10070096.

HSL color Cylindrical-coordinate representation of color #50A899: hue angle of 169.77º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A899 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB80168153-
CMYK0.5200.090.34
HSL169.77º35.48%48.63%-
HSV(B)169.77º52.38%65.88%-
XYZ23.0632.0135.1-
YUV139.98135.3585.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 168 (66.02% from 255) = 41.90%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=19.95%
G=41.90%
B=38.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801681530.5200.090.34169.7735.4848.63
Hex50A899340922aa2331
Octal12025023164011422524361
Binary101000010101000100110011101000100110001010101010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,168,153); }

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

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

 a { background-color: rgb(80,168,153); }

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

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

 span { border-color: rgb(80,168,153); }

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