#50bcb6

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

Shades of Puerto Rico #50BCB6

Tints of Puerto Rico #50BCB6

Color information

#50BCB6 (or 0x50BCB6) is unknown color: approx Puerto Rico. HEX triplet: 50, BC and B6. RGB value is (80,188,182). Sum of RGB (Red+Green+Blue) = 80+188+182=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCB6 is #AF4349. Grayscale: #9A9A9A. Windows color (decimal): -11486026 or 11975760. OLE color: 11975760.

HSL color Cylindrical-coordinate representation of color #50BCB6: hue angle of 176.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BCB6 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB80188182-
CMYK0.5700.030.26
HSL176.67º44.63%52.55%-
HSV(B)176.67º57.45%73.73%-
XYZ29.7341.0550.61-
YUV155.02143.2274.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.78%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 182 (71.48% from 255) = 40.44%
R=17.78%
G=41.78%
B=40.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801881820.5700.030.26176.6744.6352.55
Hex50BCB639031Ab12d35
Octal1202742667103322615565
Binary101000010111100101101101110010111101010110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50bcb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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