Html Css Color HEX #ADEACD Magic Mint

📋 copy color: '#ADEACD'

red 173 ◦ green 234 ◦ blue 205

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

Shades of Magic Mint #ADEACD

Tints of Magic Mint #ADEACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.5%

R = 28.27%
G = 38.24%
B = 33.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#ADEACD (or 0xADEACD) is known color: Magic Mint. HEX triplet: AD, EA and CD. RGB value is (173,234,205). Sum of RGB (Red+Green+Blue) = 173+234+205=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEACD is #521532. Grayscale: #D4D4D4. Windows color (decimal): -5379379 or 13494957. OLE color: 13494957.

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

Color convert

RGB 173 234 205 -
CMYK 0.26 0 0.12 0.08
HSL 151.48º 0.59% 0.8% -
HSV(B) 151.48º 0.26% 0.92% -
XYZ 57.68 72.14 68.64 -
YUV 212.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 173 234 205 0.26 0 0.12 0.08 151.48 0.59 0.8
Hex AD EA CD 1A 0 C 8 97 3B 50
Octal 255 352 315 32 0 14 10 227 73 120
Binary 10101101 11101010 11001101 11010 0 1100 1000 10010111 111011 1010000

Color Harmonies of #ADEACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEACD

Black with #ADEACD

Text Example


Text Example

White with #ADEACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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