#50C7AD

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

Shades of Puerto Rico #50C7AD

Tints of Puerto Rico #50C7AD

Color information

#50C7AD (or 0x50C7AD) is unknown color: approx Puerto Rico. HEX triplet: 50, C7 and AD. RGB value is (80,199,173). Sum of RGB (Red+Green+Blue) = 80+199+173=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #50C7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C7AD is #AF3852. Grayscale: #A0A0A0. Windows color (decimal): -11483219 or 11388752. OLE color: 11388752.

HSL color Cylindrical-coordinate representation of color #50C7AD: hue angle of 166.89º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C7AD is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB80199173-
CMYK0.6000.130.22
HSL166.89º51.52%54.71%-
HSV(B)166.89º59.8%78.04%-
XYZ31.2745.5746.68-
YUV160.45135.0870.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.70%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=17.70%
G=44.03%
B=38.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801991730.6000.130.22166.8951.5254.71
Hex50C7AD3C0D16a73437
Octal12030725574015262476467
Binary10100001100011110101101111100011011011010100111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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