#50cdab

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

Shades of Puerto Rico #50CDAB

Tints of Puerto Rico #50CDAB

Color information

#50CDAB (or 0x50CDAB) is unknown color: approx Puerto Rico. HEX triplet: 50, CD and AB. RGB value is (80,205,171). Sum of RGB (Red+Green+Blue) = 80+205+171=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CDAB is #AF3254. Grayscale: #A3A3A3. Windows color (decimal): -11481685 or 11259216. OLE color: 11259216.

HSL color Cylindrical-coordinate representation of color #50CDAB: hue angle of 163.68º degrees, saturation: 0.56, 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 #50CDAB is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB80205171-
CMYK0.6100.170.20
HSL163.68º55.56%55.88%-
HSV(B)163.68º60.98%80.39%-
XYZ32.4948.3146.14-
YUV163.75132.0968.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.54%
GREEN value IS 205 (80.47% from 255) = 44.96%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=17.54%
G=44.96%
B=37.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal802051710.6100.170.20163.6855.5655.88
Hex50CDAB3D01114a43838
Octal12031525375021242447070
Binary101000011001101101010111111010100011010010100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50cdab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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