Html Css Color HEX #ADFDDE Magic Mint

📋 copy color: '#ADFDDE'

red 173 ◦ green 253 ◦ blue 222

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

Shades of Magic Mint #ADFDDE

Tints of Magic Mint #ADFDDE

RGB

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

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

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

R = 26.7%
G = 39.04%
B = 34.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#ADFDDE (or 0xADFDDE) is known color: Magic Mint. HEX triplet: AD, FD and DE. RGB value is (173,253,222). Sum of RGB (Red+Green+Blue) = 173+253+222=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDDE is #520221. Grayscale: #E1E1E1. Windows color (decimal): -5374498 or 14613933. OLE color: 14613933.

HSL color Cylindrical-coordinate representation of color #ADFDDE: hue angle of 156.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDDE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 222 -
CMYK 0.32 0 0.12 0.01
HSL 156.75º 0.95% 0.84% -
HSV(B) 156.75º 0.32% 0.99% -
XYZ 65.54 84.41 81.95 -
YUV 225.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 173 253 222 0.32 0 0.12 0.01 156.75 0.95 0.84
Hex AD FD DE 20 0 C 1 9D 5F 54
Octal 255 375 336 40 0 14 1 235 137 124
Binary 10101101 11111101 11011110 100000 0 1100 1 10011101 1011111 1010100

Color Harmonies of #ADFDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDDE

Black with #ADFDDE

Text Example


Text Example

White with #ADFDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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