#50B2AD

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

Shades of Puerto Rico #50B2AD

Tints of Puerto Rico #50B2AD

Color information

#50B2AD (or 0x50B2AD) is unknown color: approx Puerto Rico. HEX triplet: 50, B2 and AD. RGB value is (80,178,173). Sum of RGB (Red+Green+Blue) = 80+178+173=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #50B2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B2AD is #AF4D52. Grayscale: #949494. Windows color (decimal): -11488595 or 11383376. OLE color: 11383376.

HSL color Cylindrical-coordinate representation of color #50B2AD: hue angle of 176.94º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B2AD is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB80178173-
CMYK0.5500.030.30
HSL176.94º38.89%50.59%-
HSV(B)176.94º55.06%69.8%-
XYZ26.7736.5645.18-
YUV148.13142.0379.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.56%
GREEN value IS 178 (69.92% from 255) = 41.30%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=18.56%
G=41.30%
B=40.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801781730.5500.030.30176.9438.8950.59
Hex50B2AD37031Eb12733
Octal1202622556703362614763
Binary101000010110010101011011101110111111010110001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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