Html Css Color HEX #ADFDCF Magic Mint

📋 copy color: '#ADFDCF'

red 173 ◦ green 253 ◦ blue 207

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

Shades of Magic Mint #ADFDCF

Tints of Magic Mint #ADFDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.97%

 BLUE value IS 207 (81.25% from 255) = 32.7%

R = 27.33%
G = 39.97%
B = 32.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#ADFDCF (or 0xADFDCF) is known color: Magic Mint. HEX triplet: AD, FD and CF. RGB value is (173,253,207). Sum of RGB (Red+Green+Blue) = 173+253+207=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDCF is #520230. Grayscale: #DFDFDF. Windows color (decimal): -5374513 or 13630893. OLE color: 13630893.

HSL color Cylindrical-coordinate representation of color #ADFDCF: hue angle of 145.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDCF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 207 -
CMYK 0.32 0 0.18 0.01
HSL 145.5º 0.95% 0.84% -
HSV(B) 145.5º 0.32% 0.99% -
XYZ 63.62 83.64 71.82 -
YUV 223.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 173 253 207 0.32 0 0.18 0.01 145.5 0.95 0.84
Hex AD FD CF 20 0 12 1 92 5F 54
Octal 255 375 317 40 0 22 1 222 137 124
Binary 10101101 11111101 11001111 100000 0 10010 1 10010010 1011111 1010100

Color Harmonies of #ADFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDCF

Black with #ADFDCF

Text Example


Text Example

White with #ADFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFDCF; }

 p { color: rgb(173,253,207); }

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

background-color css

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

 a { background-color: rgb(173,253,207); }

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

border-color css

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

 span { border-color: rgb(173,253,207); }

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