#50BAAF

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

Shades of Puerto Rico #50BAAF

Tints of Puerto Rico #50BAAF

Color information

#50BAAF (or 0x50BAAF) is unknown color: approx Puerto Rico. HEX triplet: 50, BA and AF. RGB value is (80,186,175). Sum of RGB (Red+Green+Blue) = 80+186+175=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #50BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BAAF is #AF4550. Grayscale: #989898. Windows color (decimal): -11486545 or 11516496. OLE color: 11516496.

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

Color convert

RGB80186175-
CMYK0.5700.060.27
HSL173.77º43.44%52.16%-
HSV(B)173.77º56.99%72.94%-
XYZ28.6139.9246.75-
YUV153.05140.3875.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.14%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=18.14%
G=42.18%
B=39.68%

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
Decimal801861750.5700.060.27173.7743.4452.16
Hex50BAAF39061Bae2b34
Octal1202722577106332565364
Binary1010000101110101010111111100101101101110101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,186,175); }

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

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

 a { background-color: rgb(80,186,175); }

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

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

 span { border-color: rgb(80,186,175); }

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