Html Css Color HEX #ADE2CA Magic Mint

📋 copy color: '#ADE2CA'

red 173 ◦ green 226 ◦ blue 202

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

Shades of Magic Mint #ADE2CA

Tints of Magic Mint #ADE2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.6%

 BLUE value IS 202 (79.3% from 255) = 33.61%

R = 28.79%
G = 37.6%
B = 33.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#ADE2CA (or 0xADE2CA) is known color: Magic Mint. HEX triplet: AD, E2 and CA. RGB value is (173,226,202). Sum of RGB (Red+Green+Blue) = 173+226+202=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2CA is #521D35. Grayscale: #CFCFCF. Windows color (decimal): -5381430 or 13296301. OLE color: 13296301.

HSL color Cylindrical-coordinate representation of color #ADE2CA: hue angle of 152.83º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2CA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 226 202 -
CMYK 0.23 0 0.11 0.11
HSL 152.83º 0.48% 0.78% -
HSV(B) 152.83º 0.23% 0.89% -
XYZ 55.09 67.54 66.01 -
YUV 207.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 173 226 202 0.23 0 0.11 0.11 152.83 0.48 0.78
Hex AD E2 CA 17 0 B B 99 30 4E
Octal 255 342 312 27 0 13 13 231 60 116
Binary 10101101 11100010 11001010 10111 0 1011 1011 10011001 110000 1001110

Color Harmonies of #ADE2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE2CA

Black with #ADE2CA

Text Example


Text Example

White with #ADE2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE2CA; }

 p { color: rgb(173,226,202); }

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

background-color css

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

 a { background-color: rgb(173,226,202); }

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

border-color css

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

 span { border-color: rgb(173,226,202); }

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