#50C1B6

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

Shades of Puerto Rico #50C1B6

Tints of Puerto Rico #50C1B6

Color information

#50C1B6 (or 0x50C1B6) is unknown color: approx Puerto Rico. HEX triplet: 50, C1 and B6. RGB value is (80,193,182). Sum of RGB (Red+Green+Blue) = 80+193+182=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #50C1B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C1B6 is #AF3E49. Grayscale: #9D9D9D. Windows color (decimal): -11484746 or 11977040. OLE color: 11977040.

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

Color convert

RGB80193182-
CMYK0.5900.060.24
HSL174.16º47.68%53.53%-
HSV(B)174.16º58.55%75.69%-
XYZ30.8243.2250.97-
YUV157.96141.5672.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.58%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 182 (71.48% from 255) = 40%
R=17.58%
G=42.42%
B=40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801931820.5900.060.24174.1647.6853.53
Hex50C1B63B0618ae3036
Octal1203012667306302566066
Binary1010000110000011011011011101101101100010101110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,193,182); }

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

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

 a { background-color: rgb(80,193,182); }

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

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

 span { border-color: rgb(80,193,182); }

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