#50BFB3

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

Shades of Puerto Rico #50BFB3

Tints of Puerto Rico #50BFB3

Color information

#50BFB3 (or 0x50BFB3) is unknown color: approx Puerto Rico. HEX triplet: 50, BF and B3. RGB value is (80,191,179). Sum of RGB (Red+Green+Blue) = 80+191+179=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #50BFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFB3 is #AF404C. Grayscale: #9C9C9C. Windows color (decimal): -11485261 or 11779920. OLE color: 11779920.

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

Color convert

RGB80191179-
CMYK0.5800.060.25
HSL173.51º46.44%53.14%-
HSV(B)173.51º58.12%74.9%-
XYZ30.0842.2249.21-
YUV156.44140.7373.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.78%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=17.78%
G=42.44%
B=39.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911790.5800.060.25173.5146.4453.14
Hex50BFB33A0619ae2e35
Octal1202772637206312565665
Binary1010000101111111011001111101001101100110101110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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