Html Css Color HEX #ADFDE0 Magic Mint

📋 copy color: '#ADFDE0'

red 173 ◦ green 253 ◦ blue 224

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

Shades of Magic Mint #ADFDE0

Tints of Magic Mint #ADFDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 26.62%
G = 38.92%
B = 34.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#ADFDE0 (or 0xADFDE0) is known color: Magic Mint. HEX triplet: AD, FD and E0. RGB value is (173,253,224). Sum of RGB (Red+Green+Blue) = 173+253+224=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDE0 is #52021F. Grayscale: #E1E1E1. Windows color (decimal): -5374496 or 14745005. OLE color: 14745005.

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

Color convert

RGB 173 253 224 -
CMYK 0.32 0 0.11 0.01
HSL 158.25º 0.95% 0.84% -
HSV(B) 158.25º 0.32% 0.99% -
XYZ 65.81 84.52 83.37 -
YUV 225.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 173 253 224 0.32 0 0.11 0.01 158.25 0.95 0.84
Hex AD FD E0 20 0 B 1 9E 5F 54
Octal 255 375 340 40 0 13 1 236 137 124
Binary 10101101 11111101 11100000 100000 0 1011 1 10011110 1011111 1010100

Color Harmonies of #ADFDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDE0

Black with #ADFDE0

Text Example


Text Example

White with #ADFDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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