Html Css Color HEX #ADEBD4 Magic Mint

📋 copy color: '#ADEBD4'

red 173 ◦ green 235 ◦ blue 212

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

Shades of Magic Mint #ADEBD4

Tints of Magic Mint #ADEBD4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.9%

 BLUE value IS 212 (83.2% from 255) = 34.19%

R = 27.9%
G = 37.9%
B = 34.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#ADEBD4 (or 0xADEBD4) is known color: Magic Mint. HEX triplet: AD, EB and D4. RGB value is (173,235,212). Sum of RGB (Red+Green+Blue) = 173+235+212=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBD4 is #52142B. Grayscale: #D5D5D5. Windows color (decimal): -5379116 or 13953965. OLE color: 13953965.

HSL color Cylindrical-coordinate representation of color #ADEBD4: hue angle of 157.74º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBD4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 212 -
CMYK 0.26 0 0.10 0.08
HSL 157.74º 0.61% 0.8% -
HSV(B) 157.74º 0.26% 0.92% -
XYZ 58.83 73.05 73.29 -
YUV 213.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 173 235 212 0.26 0 0.10 0.08 157.74 0.61 0.8
Hex AD EB D4 1A 0 A 8 9E 3D 50
Octal 255 353 324 32 0 12 10 236 75 120
Binary 10101101 11101011 11010100 11010 0 1010 1000 10011110 111101 1010000

Color Harmonies of #ADEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBD4

Black with #ADEBD4

Text Example


Text Example

White with #ADEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBD4; }

 p { color: rgb(173,235,212); }

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

background-color css

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

 a { background-color: rgb(173,235,212); }

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

border-color css

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

 span { border-color: rgb(173,235,212); }

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