#50C0A4

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

Shades of Puerto Rico #50C0A4

Tints of Puerto Rico #50C0A4

Color information

#50C0A4 (or 0x50C0A4) is unknown color: approx Puerto Rico. HEX triplet: 50, C0 and A4. RGB value is (80,192,164). Sum of RGB (Red+Green+Blue) = 80+192+164=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #50C0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C0A4 is #AF3F5B. Grayscale: #9B9B9B. Windows color (decimal): -11485020 or 10797136. OLE color: 10797136.

HSL color Cylindrical-coordinate representation of color #50C0A4: hue angle of 165º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C0A4 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB80192164-
CMYK0.5800.150.25
HSL165º47.06%53.33%-
HSV(B)165º58.33%75.29%-
XYZ28.8642.0941.72-
YUV155.32132.8974.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.35%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=18.35%
G=44.04%
B=37.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801921640.5800.150.2516547.0653.33
Hex50C0A43A0F19a52f35
Octal12030024472017312455765
Binary10100001100000010100100111010011111100110100101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,192,164); }

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

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

 a { background-color: rgb(80,192,164); }

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

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

 span { border-color: rgb(80,192,164); }

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