#50CCAB

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

Shades of Puerto Rico #50CCAB

Tints of Puerto Rico #50CCAB

Color information

#50CCAB (or 0x50CCAB) is unknown color: approx Puerto Rico. HEX triplet: 50, CC and AB. RGB value is (80,204,171). Sum of RGB (Red+Green+Blue) = 80+204+171=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CCAB is #AF3354. Grayscale: #A3A3A3. Windows color (decimal): -11481941 or 11258960. OLE color: 11258960.

HSL color Cylindrical-coordinate representation of color #50CCAB: hue angle of 164.03º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CCAB is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB80204171-
CMYK0.6100.160.2
HSL164.03º54.87%55.69%-
HSV(B)164.03º60.78%80%-
XYZ32.2547.8346.06-
YUV163.16132.4268.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.58%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=17.58%
G=44.84%
B=37.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041710.6100.160.2164.0354.8755.69
Hex50CCAB3D01014a43738
Octal12031425375020242446770
Binary101000011001100101010111111010100001010010100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,204,171); }

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

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

 a { background-color: rgb(80,204,171); }

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

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

 span { border-color: rgb(80,204,171); }

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