#50BBA6

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

Shades of Puerto Rico #50BBA6

Tints of Puerto Rico #50BBA6

Color information

#50BBA6 (or 0x50BBA6) is unknown color: approx Puerto Rico. HEX triplet: 50, BB and A6. RGB value is (80,187,166). Sum of RGB (Red+Green+Blue) = 80+187+166=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #50BBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BBA6 is #AF4459. Grayscale: #989898. Windows color (decimal): -11486298 or 10926928. OLE color: 10926928.

HSL color Cylindrical-coordinate representation of color #50BBA6: hue angle of 168.22º 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 #50BBA6 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB80187166-
CMYK0.5700.110.27
HSL168.22º44.03%52.35%-
HSV(B)168.22º57.22%73.33%-
XYZ27.964042.32-
YUV152.61135.5576.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.48%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 166 (65.23% from 255) = 38.34%
R=18.48%
G=43.19%
B=38.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871660.5700.110.27168.2244.0352.35
Hex50BBA6390B1Ba82c34
Octal12027324671013332505464
Binary10100001011101110100110111001010111101110101000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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