#A8FDDD

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

Shades of Magic Mint #A8FDDD

Tints of Magic Mint #A8FDDD

Color information

#A8FDDD (or 0xA8FDDD) is unknown color: approx Magic Mint. HEX triplet: A8, FD and DD. RGB value is (168,253,221). Sum of RGB (Red+Green+Blue) = 168+253+221=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDDD is #570222. Grayscale: #DFDFDF. Windows color (decimal): -5702179 or 14548392. OLE color: 14548392.

HSL color Cylindrical-coordinate representation of color #A8FDDD: hue angle of 157.41º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDDD is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB168253221-
CMYK0.3400.130.01
HSL157.41º95.51%82.55%-
HSV(B)157.41º33.6%99.22%-
XYZ64.3283.881.19-
YUV223.94126.3488.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.17%
GREEN value IS 253 (99.22% from 255) = 39.41%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=26.17%
G=39.41%
B=34.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682532210.3400.130.01157.4195.5182.55
HexA8FDDD220D19d6053
Octal250375335420151235140123
Binary1010100011111101110111011000100110111001110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDDD; }

 p { color: rgb(168,253,221); }

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

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

 a { background-color: rgb(168,253,221); }

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

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

 span { border-color: rgb(168,253,221); }

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