Html Css Color HEX #A8F0D0 Magic Mint

📋 copy color: '#A8F0D0'

red 168 ◦ green 240 ◦ blue 208

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

Shades of Magic Mint #A8F0D0

Tints of Magic Mint #A8F0D0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.96%

 BLUE value IS 208 (81.64% from 255) = 33.77%

R = 27.27%
G = 38.96%
B = 33.77%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#A8F0D0 (or 0xA8F0D0) is known color: Magic Mint. HEX triplet: A8, F0 and D0. RGB value is (168,240,208). Sum of RGB (Red+Green+Blue) = 168+240+208=616 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.27% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0D0 is #570F2F. Grayscale: #D6D6D6. Windows color (decimal): -5705520 or 13693096. OLE color: 13693096.

HSL color Cylindrical-coordinate representation of color #A8F0D0: hue angle of 153.33º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0D0 is Cyan = 0.3, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 208 -
CMYK 0.3 0 0.13 0.06
HSL 153.33º 0.71% 0.8% -
HSV(B) 153.33º 0.3% 0.94% -
XYZ 58.69 75.2 71.1 -
YUV 214.82 124.15 94.6 -
System Red Green Blue C M Y K H S L
Decimal 168 240 208 0.3 0 0.13 0.06 153.33 0.71 0.8
Hex A8 F0 D0 1E 0 D 6 99 47 50
Octal 250 360 320 36 0 15 6 231 107 120
Binary 10101000 11110000 11010000 11110 0 1101 110 10011001 1000111 1010000

Color Harmonies of #A8F0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F0D0

Black with #A8F0D0

Text Example


Text Example

White with #A8F0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F0D0; }

 p { color: rgb(168,240,208); }

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

background-color css

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

 a { background-color: rgb(168,240,208); }

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

border-color css

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

 span { border-color: rgb(168,240,208); }

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