#50BBB0

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

Shades of Puerto Rico #50BBB0

Tints of Puerto Rico #50BBB0

Color information

#50BBB0 (or 0x50BBB0) is unknown color: approx Puerto Rico. HEX triplet: 50, BB and B0. RGB value is (80,187,176). Sum of RGB (Red+Green+Blue) = 80+187+176=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #50BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BBB0 is #AF444F. Grayscale: #999999. Windows color (decimal): -11486288 or 11582288. OLE color: 11582288.

HSL color Cylindrical-coordinate representation of color #50BBB0: hue angle of 173.83º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BBB0 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB80187176-
CMYK0.5700.060.27
HSL173.83º44.03%52.35%-
HSV(B)173.83º57.22%73.33%-
XYZ28.9240.3847.34-
YUV153.75140.5575.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.06%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=18.06%
G=42.21%
B=39.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871760.5700.060.27173.8344.0352.35
Hex50BBB039061Bae2c34
Octal1202732607106332565464
Binary1010000101110111011000011100101101101110101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,187,176); }

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

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

 a { background-color: rgb(80,187,176); }

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

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

 span { border-color: rgb(80,187,176); }

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