#50CCAD

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

Shades of Puerto Rico #50CCAD

Tints of Puerto Rico #50CCAD

Color information

#50CCAD (or 0x50CCAD) is unknown color: approx Puerto Rico. HEX triplet: 50, CC and AD. RGB value is (80,204,173). Sum of RGB (Red+Green+Blue) = 80+204+173=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CCAD is #AF3352. Grayscale: #A3A3A3. Windows color (decimal): -11481939 or 11390032. OLE color: 11390032.

HSL color Cylindrical-coordinate representation of color #50CCAD: hue angle of 165º 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 #50CCAD is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB80204173-
CMYK0.6100.150.2
HSL165º54.87%55.69%-
HSV(B)165º60.78%80%-
XYZ32.4447.9147.07-
YUV163.39133.4268.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.51%
GREEN value IS 204 (80.08% from 255) = 44.64%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=17.51%
G=44.64%
B=37.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041730.6100.150.216554.8755.69
Hex50CCAD3D0F14a53738
Octal12031425575017242456770
Binary10100001100110010101101111101011111010010100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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