Html Css Color HEX #ADFCDB Magic Mint

📋 copy color: '#ADFCDB'

red 173 ◦ green 252 ◦ blue 219

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

Shades of Magic Mint #ADFCDB

Tints of Magic Mint #ADFCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 26.86%
G = 39.13%
B = 34.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#ADFCDB (or 0xADFCDB) is known color: Magic Mint. HEX triplet: AD, FC and DB. RGB value is (173,252,219). Sum of RGB (Red+Green+Blue) = 173+252+219=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCDB is #520324. Grayscale: #E0E0E0. Windows color (decimal): -5374757 or 14417069. OLE color: 14417069.

HSL color Cylindrical-coordinate representation of color #ADFCDB: hue angle of 154.94º 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 #ADFCDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 219 -
CMYK 0.31 0 0.13 0.01
HSL 154.94º 0.93% 0.83% -
HSV(B) 154.94º 0.31% 0.99% -
XYZ 64.83 83.62 79.74 -
YUV 224.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 173 252 219 0.31 0 0.13 0.01 154.94 0.93 0.83
Hex AD FC DB 1F 0 D 1 9B 5D 53
Octal 255 374 333 37 0 15 1 233 135 123
Binary 10101101 11111100 11011011 11111 0 1101 1 10011011 1011101 1010011

Color Harmonies of #ADFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFCDB

Black with #ADFCDB

Text Example


Text Example

White with #ADFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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