Html Css Color HEX #A8FDDE Magic Mint

📋 copy color: '#A8FDDE'

red 168 ◦ green 253 ◦ blue 222

#A8FDDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A8FDDE

Tints of Magic Mint #A8FDDE

RGB

 RED value IS 168 (66.02% from 255) = 26.13%

 GREEN value IS 253 (99.22% from 255) = 39.35%

 BLUE value IS 222 (87.11% from 255) = 34.53%

R = 26.13%
G = 39.35%
B = 34.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#A8FDDE (or 0xA8FDDE) is known color: Magic Mint. HEX triplet: A8, FD and DE. RGB value is (168,253,222). Sum of RGB (Red+Green+Blue) = 168+253+222=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDDE is #570221. Grayscale: #E0E0E0. Windows color (decimal): -5702178 or 14613928. OLE color: 14613928.

HSL color Cylindrical-coordinate representation of color #A8FDDE: hue angle of 158.12º 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 #A8FDDE is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 222 -
CMYK 0.34 0 0.12 0.01
HSL 158.12º 0.96% 0.83% -
HSV(B) 158.12º 0.34% 0.99% -
XYZ 64.46 83.85 81.89 -
YUV 224.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 168 253 222 0.34 0 0.12 0.01 158.12 0.96 0.83
Hex A8 FD DE 22 0 C 1 9E 60 53
Octal 250 375 336 42 0 14 1 236 140 123
Binary 10101000 11111101 11011110 100010 0 1100 1 10011110 1100000 1010011

Color Harmonies of #A8FDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FDDE

Black with #A8FDDE

Text Example


Text Example

White with #A8FDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FDDE; }

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

 H1.HeaderClassName
 {
   color: #A8FDDE;
 }
 .AnyTagClassName
 {
   color: #A8FDDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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