#50BFB2

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

Shades of Puerto Rico #50BFB2

Tints of Puerto Rico #50BFB2

Color information

#50BFB2 (or 0x50BFB2) is unknown color: approx Puerto Rico. HEX triplet: 50, BF and B2. RGB value is (80,191,178). Sum of RGB (Red+Green+Blue) = 80+191+178=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #50BFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BFB2 is #AF404D. Grayscale: #9C9C9C. Windows color (decimal): -11485262 or 11714384. OLE color: 11714384.

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

Color convert

RGB80191178-
CMYK0.5800.070.25
HSL172.97º46.44%53.14%-
HSV(B)172.97º58.12%74.9%-
XYZ29.9742.1848.68-
YUV156.33140.2373.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.82%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 178 (69.92% from 255) = 39.64%
R=17.82%
G=42.54%
B=39.64%

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
Decimal801911780.5800.070.25172.9746.4453.14
Hex50BFB23A0719ad2e35
Octal1202772627207312555665
Binary1010000101111111011001011101001111100110101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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