#50afa2

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

Shades of Puerto Rico #50AFA2

Tints of Puerto Rico #50AFA2

Color information

#50AFA2 (or 0x50AFA2) is unknown color: approx Puerto Rico. HEX triplet: 50, AF and A2. RGB value is (80,175,162). Sum of RGB (Red+Green+Blue) = 80+175+162=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #50AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AFA2 is #AF505D. Grayscale: #919191. Windows color (decimal): -11489374 or 10661712. OLE color: 10661712.

HSL color Cylindrical-coordinate representation of color #50AFA2: hue angle of 171.79º 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 #50AFA2 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB80175162-
CMYK0.5400.070.31
HSL171.79º37.25%50%-
HSV(B)171.79º54.29%68.63%-
XYZ25.1634.9739.61-
YUV145.11137.5381.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=19.18%
G=41.97%
B=38.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801751620.5400.070.31171.7937.2550
Hex50AFA236071Fac2532
Octal1202572426607372544562
Binary1010000101011111010001011011001111111110101100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50afa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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