#50BFB1

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

Shades of Puerto Rico #50BFB1

Tints of Puerto Rico #50BFB1

Color information

#50BFB1 (or 0x50BFB1) is unknown color: approx Puerto Rico. HEX triplet: 50, BF and B1. RGB value is (80,191,177). Sum of RGB (Red+Green+Blue) = 80+191+177=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #50BFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BFB1 is #AF404E. Grayscale: #9C9C9C. Windows color (decimal): -11485263 or 11648848. OLE color: 11648848.

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

Color convert

RGB80191177-
CMYK0.5800.070.25
HSL172.43º46.44%53.14%-
HSV(B)172.43º58.12%74.9%-
XYZ29.8742.1448.15-
YUV156.21139.7373.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.86%
GREEN value IS 191 (75% from 255) = 42.63%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=17.86%
G=42.63%
B=39.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911770.5800.070.25172.4346.4453.14
Hex50BFB13A0719ac2e35
Octal1202772617207312545665
Binary1010000101111111011000111101001111100110101100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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