Html Css Color HEX #ADFACF Magic Mint

📋 copy color: '#ADFACF'

red 173 ◦ green 250 ◦ blue 207

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

Shades of Magic Mint #ADFACF

Tints of Magic Mint #ADFACF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.68%

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

R = 27.46%
G = 39.68%
B = 32.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#ADFACF (or 0xADFACF) is known color: Magic Mint. HEX triplet: AD, FA and CF. RGB value is (173,250,207). Sum of RGB (Red+Green+Blue) = 173+250+207=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFACF is #520530. Grayscale: #DEDEDE. Windows color (decimal): -5375281 or 13630125. OLE color: 13630125.

HSL color Cylindrical-coordinate representation of color #ADFACF: hue angle of 146.49º degrees, saturation: 0.89, 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 #ADFACF is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 250 207 -
CMYK 0.31 0 0.17 0.02
HSL 146.49º 0.89% 0.83% -
HSV(B) 146.49º 0.31% 0.98% -
XYZ 62.68 81.76 71.51 -
YUV 222.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 173 250 207 0.31 0 0.17 0.02 146.49 0.89 0.83
Hex AD FA CF 1F 0 11 2 92 59 53
Octal 255 372 317 37 0 21 2 222 131 123
Binary 10101101 11111010 11001111 11111 0 10001 10 10010010 1011001 1010011

Color Harmonies of #ADFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFACF

Black with #ADFACF

Text Example


Text Example

White with #ADFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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