#50AFA5

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

Shades of Puerto Rico #50AFA5

Tints of Puerto Rico #50AFA5

Color information

#50AFA5 (or 0x50AFA5) is unknown color: approx Puerto Rico. HEX triplet: 50, AF and A5. RGB value is (80,175,165). Sum of RGB (Red+Green+Blue) = 80+175+165=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #50AFA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AFA5 is #AF505A. Grayscale: #919191. Windows color (decimal): -11489371 or 10858320. OLE color: 10858320.

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

Color convert

RGB80175165-
CMYK0.5400.060.31
HSL173.68º37.25%50%-
HSV(B)173.68º54.29%68.63%-
XYZ25.4335.0841.03-
YUV145.45139.0381.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.05%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=19.05%
G=41.67%
B=39.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801751650.5400.060.31173.6837.2550
Hex50AFA536061Fae2532
Octal1202572456606372564562
Binary1010000101011111010010111011001101111110101110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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