Html Css Color HEX #ADF8CF Magic Mint

📋 copy color: '#ADF8CF'

red 173 ◦ green 248 ◦ blue 207

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

Shades of Magic Mint #ADF8CF

Tints of Magic Mint #ADF8CF

RGB

 RED value IS 173 (67.97% from 255) = 27.55%

 GREEN value IS 248 (97.27% from 255) = 39.49%

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

R = 27.55%
G = 39.49%
B = 32.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#ADF8CF (or 0xADF8CF) is known color: Magic Mint. HEX triplet: AD, F8 and CF. RGB value is (173,248,207). Sum of RGB (Red+Green+Blue) = 173+248+207=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8CF is #520730. Grayscale: #DCDCDC. Windows color (decimal): -5375793 or 13629613. OLE color: 13629613.

HSL color Cylindrical-coordinate representation of color #ADF8CF: hue angle of 147.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8CF is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 207 -
CMYK 0.30 0 0.17 0.03
HSL 147.2º 0.84% 0.83% -
HSV(B) 147.2º 0.3% 0.97% -
XYZ 62.06 80.52 71.3 -
YUV 220.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 173 248 207 0.30 0 0.17 0.03 147.2 0.84 0.83
Hex AD F8 CF 1E 0 11 3 93 54 53
Octal 255 370 317 36 0 21 3 223 124 123
Binary 10101101 11111000 11001111 11110 0 10001 11 10010011 1010100 1010011

Color Harmonies of #ADF8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF8CF

Black with #ADF8CF

Text Example


Text Example

White with #ADF8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF8CF; }

 p { color: rgb(173,248,207); }

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

background-color css

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

 a { background-color: rgb(173,248,207); }

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

border-color css

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

 span { border-color: rgb(173,248,207); }

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