#50BF9E

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

Shades of Puerto Rico #50BF9E

Tints of Puerto Rico #50BF9E

Color information

#50BF9E (or 0x50BF9E) is unknown color: approx Puerto Rico. HEX triplet: 50, BF and 9E. RGB value is (80,191,158). Sum of RGB (Red+Green+Blue) = 80+191+158=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BF9E is #AF4061. Grayscale: #9A9A9A. Windows color (decimal): -11485282 or 10403664. OLE color: 10403664.

HSL color Cylindrical-coordinate representation of color #50BF9E: hue angle of 162.16º 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 #50BF9E is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB80191158-
CMYK0.5800.170.25
HSL162.16º46.44%53.14%-
HSV(B)162.16º58.12%74.9%-
XYZ28.1141.4438.86-
YUV154.05130.2375.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=18.65%
G=44.52%
B=36.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911580.5800.170.25162.1646.4453.14
Hex50BF9E3A01119a22e35
Octal12027723672021312425665
Binary101000010111111100111101110100100011100110100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,191,158); }

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

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

 a { background-color: rgb(80,191,158); }

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

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

 span { border-color: rgb(80,191,158); }

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