#50C2A1

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

Shades of Puerto Rico #50C2A1

Tints of Puerto Rico #50C2A1

Color information

#50C2A1 (or 0x50C2A1) is unknown color: approx Puerto Rico. HEX triplet: 50, C2 and A1. RGB value is (80,194,161). Sum of RGB (Red+Green+Blue) = 80+194+161=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #50C2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C2A1 is #AF3D5E. Grayscale: #9C9C9C. Windows color (decimal): -11484511 or 10601040. OLE color: 10601040.

HSL color Cylindrical-coordinate representation of color #50C2A1: hue angle of 162.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C2A1 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB80194161-
CMYK0.5900.170.24
HSL162.63º48.31%53.73%-
HSV(B)162.63º58.76%76.08%-
XYZ29.0342.8640.46-
YUV156.15130.7373.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.39%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=18.39%
G=44.60%
B=37.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801941610.5900.170.24162.6348.3153.73
Hex50C2A13B01118a33036
Octal12030224173021302436066
Binary101000011000010101000011110110100011100010100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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