Html Css Color HEX #ADFCCD Magic Mint

📋 copy color: '#ADFCCD'

red 173 ◦ green 252 ◦ blue 205

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

Shades of Magic Mint #ADFCCD

Tints of Magic Mint #ADFCCD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40%

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 27.46%
G = 40%
B = 32.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#ADFCCD (or 0xADFCCD) is known color: Magic Mint. HEX triplet: AD, FC and CD. RGB value is (173,252,205). Sum of RGB (Red+Green+Blue) = 173+252+205=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCCD is #520332. Grayscale: #DFDFDF. Windows color (decimal): -5374771 or 13499565. OLE color: 13499565.

HSL color Cylindrical-coordinate representation of color #ADFCCD: hue angle of 144.3º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCCD is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 205 -
CMYK 0.31 0 0.19 0.01
HSL 144.3º 0.93% 0.83% -
HSV(B) 144.3º 0.31% 0.99% -
XYZ 63.06 82.91 70.44 -
YUV 223.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 173 252 205 0.31 0 0.19 0.01 144.3 0.93 0.83
Hex AD FC CD 1F 0 13 1 90 5D 53
Octal 255 374 315 37 0 23 1 220 135 123
Binary 10101101 11111100 11001101 11111 0 10011 1 10010000 1011101 1010011

Color Harmonies of #ADFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFCCD

Black with #ADFCCD

Text Example


Text Example

White with #ADFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFCCD; }

 p { color: rgb(173,252,205); }

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

background-color css

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

 a { background-color: rgb(173,252,205); }

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

border-color css

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

 span { border-color: rgb(173,252,205); }

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