#50BF9F

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

Shades of Puerto Rico #50BF9F

Tints of Puerto Rico #50BF9F

Color information

#50BF9F (or 0x50BF9F) is unknown color: approx Puerto Rico. HEX triplet: 50, BF and 9F. RGB value is (80,191,159). Sum of RGB (Red+Green+Blue) = 80+191+159=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BF9F is #AF4060. Grayscale: #9A9A9A. Windows color (decimal): -11485281 or 10469200. OLE color: 10469200.

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

Color convert

RGB80191159-
CMYK0.5800.170.25
HSL162.7º46.44%53.14%-
HSV(B)162.7º58.12%74.9%-
XYZ28.241.4739.32-
YUV154.16130.7375.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.60%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=18.60%
G=44.42%
B=36.98%

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
Decimal801911590.5800.170.25162.746.4453.14
Hex50BF9F3A01119a32e35
Octal12027723772021312435665
Binary101000010111111100111111110100100011100110100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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