Html Css Color HEX #ADF2CB Magic Mint

📋 copy color: '#ADF2CB'

red 173 ◦ green 242 ◦ blue 203

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

Shades of Magic Mint #ADF2CB

Tints of Magic Mint #ADF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 203 (79.69% from 255) = 32.85%

R = 27.99%
G = 39.16%
B = 32.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#ADF2CB (or 0xADF2CB) is known color: Magic Mint. HEX triplet: AD, F2 and CB. RGB value is (173,242,203). Sum of RGB (Red+Green+Blue) = 173+242+203=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2CB is #520D34. Grayscale: #D9D9D9. Windows color (decimal): -5377333 or 13365933. OLE color: 13365933.

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

Color convert

RGB 173 242 203 -
CMYK 0.29 0 0.16 0.05
HSL 146.09º 0.73% 0.81% -
HSV(B) 146.09º 0.29% 0.95% -
XYZ 59.77 76.7 68.15 -
YUV 216.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 173 242 203 0.29 0 0.16 0.05 146.09 0.73 0.81
Hex AD F2 CB 1D 0 10 5 92 49 51
Octal 255 362 313 35 0 20 5 222 111 121
Binary 10101101 11110010 11001011 11101 0 10000 101 10010010 1001001 1010001

Color Harmonies of #ADF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2CB

Black with #ADF2CB

Text Example


Text Example

White with #ADF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2CB; }

 p { color: rgb(173,242,203); }

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

background-color css

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

 a { background-color: rgb(173,242,203); }

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

border-color css

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

 span { border-color: rgb(173,242,203); }

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