Html Css Color HEX #ADEAD0 Magic Mint

📋 copy color: '#ADEAD0'

red 173 ◦ green 234 ◦ blue 208

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

Shades of Magic Mint #ADEAD0

Tints of Magic Mint #ADEAD0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.05%

 BLUE value IS 208 (81.64% from 255) = 33.82%

R = 28.13%
G = 38.05%
B = 33.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#ADEAD0 (or 0xADEAD0) is known color: Magic Mint. HEX triplet: AD, EA and D0. RGB value is (173,234,208). Sum of RGB (Red+Green+Blue) = 173+234+208=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAD0 is #52152F. Grayscale: #D4D4D4. Windows color (decimal): -5379376 or 13691565. OLE color: 13691565.

HSL color Cylindrical-coordinate representation of color #ADEAD0: hue angle of 154.43º degrees, saturation: 0.59, 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 #ADEAD0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 208 -
CMYK 0.26 0 0.11 0.08
HSL 154.43º 0.59% 0.8% -
HSV(B) 154.43º 0.26% 0.92% -
XYZ 58.04 72.28 70.57 -
YUV 212.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 173 234 208 0.26 0 0.11 0.08 154.43 0.59 0.8
Hex AD EA D0 1A 0 B 8 9A 3B 50
Octal 255 352 320 32 0 13 10 232 73 120
Binary 10101101 11101010 11010000 11010 0 1011 1000 10011010 111011 1010000

Color Harmonies of #ADEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEAD0

Black with #ADEAD0

Text Example


Text Example

White with #ADEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEAD0; }

 p { color: rgb(173,234,208); }

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

background-color css

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

 a { background-color: rgb(173,234,208); }

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

border-color css

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

 span { border-color: rgb(173,234,208); }

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