Html Css Color HEX #ADF1CA Magic Mint

📋 copy color: '#ADF1CA'

red 173 ◦ green 241 ◦ blue 202

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

Shades of Magic Mint #ADF1CA

Tints of Magic Mint #ADF1CA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.12%

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

R = 28.08%
G = 39.12%
B = 32.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#ADF1CA (or 0xADF1CA) is known color: Magic Mint. HEX triplet: AD, F1 and CA. RGB value is (173,241,202). Sum of RGB (Red+Green+Blue) = 173+241+202=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1CA is #520E35. Grayscale: #D8D8D8. Windows color (decimal): -5377590 or 13300141. OLE color: 13300141.

HSL color Cylindrical-coordinate representation of color #ADF1CA: hue angle of 145.59º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1CA is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 202 -
CMYK 0.28 0 0.16 0.05
HSL 145.59º 0.71% 0.81% -
HSV(B) 145.59º 0.28% 0.95% -
XYZ 59.35 76.06 67.43 -
YUV 216.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 173 241 202 0.28 0 0.16 0.05 145.59 0.71 0.81
Hex AD F1 CA 1C 0 10 5 92 47 51
Octal 255 361 312 34 0 20 5 222 107 121
Binary 10101101 11110001 11001010 11100 0 10000 101 10010010 1000111 1010001

Color Harmonies of #ADF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1CA

Black with #ADF1CA

Text Example


Text Example

White with #ADF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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