Html Css Color HEX #ADFACE Magic Mint

📋 copy color: '#ADFACE'

red 173 ◦ green 250 ◦ blue 206

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

Shades of Magic Mint #ADFACE

Tints of Magic Mint #ADFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.75%

 BLUE value IS 206 (80.86% from 255) = 32.75%

R = 27.5%
G = 39.75%
B = 32.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#ADFACE (or 0xADFACE) is known color: Magic Mint. HEX triplet: AD, FA and CE. RGB value is (173,250,206). Sum of RGB (Red+Green+Blue) = 173+250+206=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFACE is #520531. Grayscale: #DEDEDE. Windows color (decimal): -5375282 or 13564589. OLE color: 13564589.

HSL color Cylindrical-coordinate representation of color #ADFACE: hue angle of 145.71º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFACE is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 250 206 -
CMYK 0.31 0 0.18 0.02
HSL 145.71º 0.89% 0.83% -
HSV(B) 145.71º 0.31% 0.98% -
XYZ 62.56 81.71 70.87 -
YUV 221.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 173 250 206 0.31 0 0.18 0.02 145.71 0.89 0.83
Hex AD FA CE 1F 0 12 2 92 59 53
Octal 255 372 316 37 0 22 2 222 131 123
Binary 10101101 11111010 11001110 11111 0 10010 10 10010010 1011001 1010011

Color Harmonies of #ADFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFACE

Black with #ADFACE

Text Example


Text Example

White with #ADFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFACE; }

 p { color: rgb(173,250,206); }

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

background-color css

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

 a { background-color: rgb(173,250,206); }

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

border-color css

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

 span { border-color: rgb(173,250,206); }

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