#50BEB8

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

Shades of Puerto Rico #50BEB8

Tints of Puerto Rico #50BEB8

Color information

#50BEB8 (or 0x50BEB8) is unknown color: approx Puerto Rico. HEX triplet: 50, BE and B8. RGB value is (80,190,184). Sum of RGB (Red+Green+Blue) = 80+190+184=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEB8 is #AF4147. Grayscale: #9C9C9C. Windows color (decimal): -11485512 or 12107344. OLE color: 12107344.

HSL color Cylindrical-coordinate representation of color #50BEB8: hue angle of 176.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BEB8 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB80190184-
CMYK0.5800.030.25
HSL176.73º45.83%52.94%-
HSV(B)176.73º57.89%74.51%-
XYZ30.3741.9951.85-
YUV156.43143.5673.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 184 (72.27% from 255) = 40.53%
R=17.62%
G=41.85%
B=40.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801901840.5800.030.25176.7345.8352.94
Hex50BEB83A0319b12e35
Octal1202762707203312615665
Binary101000010111110101110001110100111100110110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,190,184); }

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

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

 a { background-color: rgb(80,190,184); }

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

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

 span { border-color: rgb(80,190,184); }

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