Html Css Color HEX #9AFADC Magic Mint

📋 copy color: '#9AFADC'

red 154 ◦ green 250 ◦ blue 220

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

Shades of Magic Mint #9AFADC

Tints of Magic Mint #9AFADC

RGB

 RED value IS 154 (60.55% from 255) = 24.68%

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

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 24.68%
G = 40.06%
B = 35.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#9AFADC (or 0x9AFADC) is known color: Magic Mint. HEX triplet: 9A, FA and DC. RGB value is (154,250,220). Sum of RGB (Red+Green+Blue) = 154+250+220=624 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.68% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFADC is #650523. Grayscale: #D9D9D9. Windows color (decimal): -6620452 or 14482074. OLE color: 14482074.

HSL color Cylindrical-coordinate representation of color #9AFADC: hue angle of 161.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFADC is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 250 220 -
CMYK 0.38 0 0.12 0.02
HSL 161.25º 0.91% 0.79% -
HSV(B) 161.25º 0.38% 0.98% -
XYZ 60.43 80.41 80.05 -
YUV 217.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 154 250 220 0.38 0 0.12 0.02 161.25 0.91 0.79
Hex 9A FA DC 26 0 C 2 A1 5B 4F
Octal 232 372 334 46 0 14 2 241 133 117
Binary 10011010 11111010 11011100 100110 0 1100 10 10100001 1011011 1001111

Color Harmonies of #9AFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFADC

Black with #9AFADC

Text Example


Text Example

White with #9AFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AFADC; }

 p { color: rgb(154,250,220); }

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

background-color css

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

 a { background-color: rgb(154,250,220); }

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

border-color css

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

 span { border-color: rgb(154,250,220); }

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