#ADECCA

Color #ADECCA Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ADECCA

Tints of Magic Mint #ADECCA

Color information

#ADECCA (or 0xADECCA) is unknown color: approx Magic Mint. HEX triplet: AD, EC and CA. RGB value is (173,236,202). Sum of RGB (Red+Green+Blue) = 173+236+202=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECCA is #521335. Grayscale: #D5D5D5. Windows color (decimal): -5378870 or 13298861. OLE color: 13298861.

HSL color Cylindrical-coordinate representation of color #ADECCA: hue angle of 147.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECCA is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB173236202-
CMYK0.2700.140.07
HSL147.62º62.38%80.2%-
HSV(B)147.62º26.69%92.55%-
XYZ57.8973.1466.94-
YUV213.29121.6399.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=28.31%
G=38.63%
B=33.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732362020.2700.140.07147.6262.3880.2
HexADECCA1B0E7943e50
Octal25535431233016722476120
Binary1010110111101100110010101101101110111100101001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECCA; }

 p { color: rgb(173,236,202); }

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

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

 a { background-color: rgb(173,236,202); }

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

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

 span { border-color: rgb(173,236,202); }

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