Html Css Color HEX #ADE9CA Magic Mint

📋 copy color: '#ADE9CA'

red 173 ◦ green 233 ◦ blue 202

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

Shades of Magic Mint #ADE9CA

Tints of Magic Mint #ADE9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.32%

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

R = 28.45%
G = 38.32%
B = 33.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#ADE9CA (or 0xADE9CA) is known color: Magic Mint. HEX triplet: AD, E9 and CA. RGB value is (173,233,202). Sum of RGB (Red+Green+Blue) = 173+233+202=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9CA is #521635. Grayscale: #D3D3D3. Windows color (decimal): -5379638 or 13298093. OLE color: 13298093.

HSL color Cylindrical-coordinate representation of color #ADE9CA: hue angle of 149º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9CA is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 202 -
CMYK 0.26 0 0.13 0.09
HSL 149º 0.58% 0.8% -
HSV(B) 149º 0.26% 0.91% -
XYZ 57.03 71.43 66.66 -
YUV 211.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 173 233 202 0.26 0 0.13 0.09 149 0.58 0.8
Hex AD E9 CA 1A 0 D 9 95 3A 50
Octal 255 351 312 32 0 15 11 225 72 120
Binary 10101101 11101001 11001010 11010 0 1101 1001 10010101 111010 1010000

Color Harmonies of #ADE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE9CA

Black with #ADE9CA

Text Example


Text Example

White with #ADE9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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