#50CAB5

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

Shades of Puerto Rico #50CAB5

Tints of Puerto Rico #50CAB5

Color information

#50CAB5 (or 0x50CAB5) is unknown color: approx Puerto Rico. HEX triplet: 50, CA and B5. RGB value is (80,202,181). Sum of RGB (Red+Green+Blue) = 80+202+181=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #50CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CAB5 is #AF354A. Grayscale: #A3A3A3. Windows color (decimal): -11482443 or 11913808. OLE color: 11913808.

HSL color Cylindrical-coordinate representation of color #50CAB5: hue angle of 169.67º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CAB5 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB80202181-
CMYK0.6000.100.21
HSL169.67º53.51%55.29%-
HSV(B)169.67º60.4%79.22%-
XYZ32.7747.2851.12-
YUV163.13138.0868.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.28%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 181 (71.09% from 255) = 39.09%
R=17.28%
G=43.63%
B=39.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802021810.6000.100.21169.6753.5155.29
Hex50CAB53C0A15aa3637
Octal12031226574012252526667
Binary10100001100101010110101111100010101010110101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,181); }

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

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

 a { background-color: rgb(80,202,181); }

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

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

 span { border-color: rgb(80,202,181); }

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