Html Css Color HEX #ADE5CA Magic Mint

📋 copy color: '#ADE5CA'

red 173 ◦ green 229 ◦ blue 202

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

Shades of Magic Mint #ADE5CA

Tints of Magic Mint #ADE5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.91%

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

R = 28.64%
G = 37.91%
B = 33.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#ADE5CA (or 0xADE5CA) is known color: Magic Mint. HEX triplet: AD, E5 and CA. RGB value is (173,229,202). Sum of RGB (Red+Green+Blue) = 173+229+202=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5CA is #521A35. Grayscale: #D1D1D1. Windows color (decimal): -5380662 or 13297069. OLE color: 13297069.

HSL color Cylindrical-coordinate representation of color #ADE5CA: hue angle of 151.07º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5CA is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 229 202 -
CMYK 0.24 0 0.12 0.10
HSL 151.07º 0.52% 0.79% -
HSV(B) 151.07º 0.24% 0.9% -
XYZ 55.91 69.19 66.28 -
YUV 209.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 173 229 202 0.24 0 0.12 0.10 151.07 0.52 0.79
Hex AD E5 CA 18 0 C A 97 34 4F
Octal 255 345 312 30 0 14 12 227 64 117
Binary 10101101 11100101 11001010 11000 0 1100 1010 10010111 110100 1001111

Color Harmonies of #ADE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE5CA

Black with #ADE5CA

Text Example


Text Example

White with #ADE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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