Html Css Color HEX #ADFBDB Magic Mint

📋 copy color: '#ADFBDB'

red 173 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #ADFBDB

Tints of Magic Mint #ADFBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.04%

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

R = 26.91%
G = 39.04%
B = 34.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#ADFBDB (or 0xADFBDB) is known color: Magic Mint. HEX triplet: AD, FB and DB. RGB value is (173,251,219). Sum of RGB (Red+Green+Blue) = 173+251+219=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBDB is #520424. Grayscale: #E0E0E0. Windows color (decimal): -5375013 or 14416813. OLE color: 14416813.

HSL color Cylindrical-coordinate representation of color #ADFBDB: hue angle of 155.38º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 251 219 -
CMYK 0.31 0 0.13 0.02
HSL 155.38º 0.91% 0.83% -
HSV(B) 155.38º 0.31% 0.98% -
XYZ 64.52 82.99 79.64 -
YUV 224.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 173 251 219 0.31 0 0.13 0.02 155.38 0.91 0.83
Hex AD FB DB 1F 0 D 2 9B 5B 53
Octal 255 373 333 37 0 15 2 233 133 123
Binary 10101101 11111011 11011011 11111 0 1101 10 10011011 1011011 1010011

Color Harmonies of #ADFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBDB

Black with #ADFBDB

Text Example


Text Example

White with #ADFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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