#50ADA1

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

Shades of Puerto Rico #50ADA1

Tints of Puerto Rico #50ADA1

Color information

#50ADA1 (or 0x50ADA1) is unknown color: approx Puerto Rico. HEX triplet: 50, AD and A1. RGB value is (80,173,161). Sum of RGB (Red+Green+Blue) = 80+173+161=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #50ADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ADA1 is #AF525E. Grayscale: #8F8F8F. Windows color (decimal): -11489887 or 10595664. OLE color: 10595664.

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

Color convert

RGB80173161-
CMYK0.5400.070.32
HSL172.26º36.76%49.61%-
HSV(B)172.26º53.76%67.84%-
XYZ24.6834.1739.01-
YUV143.82137.6982.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 173 (67.97% from 255) = 41.79%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=19.32%
G=41.79%
B=38.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731610.5400.070.32172.2636.7649.61
Hex50ADA1360720ac2532
Octal1202552416607402544562
Binary10100001010110110100001110110011110000010101100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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