Html Css Color HEX #A8FDCF Magic Mint

📋 copy color: '#A8FDCF'

red 168 ◦ green 253 ◦ blue 207

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

Shades of Magic Mint #A8FDCF

Tints of Magic Mint #A8FDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.96%

R = 26.75%
G = 40.29%
B = 32.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#A8FDCF (or 0xA8FDCF) is known color: Magic Mint. HEX triplet: A8, FD and CF. RGB value is (168,253,207). Sum of RGB (Red+Green+Blue) = 168+253+207=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDCF is #570230. Grayscale: #DEDEDE. Windows color (decimal): -5702193 or 13630888. OLE color: 13630888.

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

Color convert

RGB 168 253 207 -
CMYK 0.34 0 0.18 0.01
HSL 147.53º 0.96% 0.83% -
HSV(B) 147.53º 0.34% 0.99% -
XYZ 62.54 83.08 71.77 -
YUV 222.34 119.34 89.24 -
System Red Green Blue C M Y K H S L
Decimal 168 253 207 0.34 0 0.18 0.01 147.53 0.96 0.83
Hex A8 FD CF 22 0 12 1 94 60 53
Octal 250 375 317 42 0 22 1 224 140 123
Binary 10101000 11111101 11001111 100010 0 10010 1 10010100 1100000 1010011

Color Harmonies of #A8FDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FDCF

Black with #A8FDCF

Text Example


Text Example

White with #A8FDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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