#50AF99

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

Shades of Puerto Rico #50AF99

Tints of Puerto Rico #50AF99

Color information

#50AF99 (or 0x50AF99) is unknown color: approx Puerto Rico. HEX triplet: 50, AF and 99. RGB value is (80,175,153). Sum of RGB (Red+Green+Blue) = 80+175+153=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AF99 is #AF5066. Grayscale: #909090. Windows color (decimal): -11489383 or 10071888. OLE color: 10071888.

HSL color Cylindrical-coordinate representation of color #50AF99: hue angle of 166.11º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AF99 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB80175153-
CMYK0.5400.130.31
HSL166.11º37.25%50%-
HSV(B)166.11º54.29%68.63%-
XYZ24.3934.6735.54-
YUV144.09133.0382.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.61%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=19.61%
G=42.89%
B=37.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801751530.5400.130.31166.1137.2550
Hex50AF99360D1Fa62532
Octal12025723166015372464562
Binary10100001010111110011001110110011011111110100110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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