Html Css Color HEX #9AF6DD Magic Mint

📋 copy color: '#9AF6DD'

red 154 ◦ green 246 ◦ blue 221

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

Shades of Magic Mint #9AF6DD

Tints of Magic Mint #9AF6DD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.61%

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 24.8%
G = 39.61%
B = 35.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#9AF6DD (or 0x9AF6DD) is known color: Magic Mint. HEX triplet: 9A, F6 and DD. RGB value is (154,246,221). Sum of RGB (Red+Green+Blue) = 154+246+221=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF6DD is #650922. Grayscale: #D7D7D7. Windows color (decimal): -6621475 or 14546586. OLE color: 14546586.

HSL color Cylindrical-coordinate representation of color #9AF6DD: hue angle of 163.7º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF6DD is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 246 221 -
CMYK 0.37 0 0.10 0.04
HSL 163.7º 0.84% 0.78% -
HSV(B) 163.7º 0.37% 0.96% -
XYZ 59.33 78 80.34 -
YUV 215.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 154 246 221 0.37 0 0.10 0.04 163.7 0.84 0.78
Hex 9A F6 DD 25 0 A 4 A4 54 4E
Octal 232 366 335 45 0 12 4 244 124 116
Binary 10011010 11110110 11011101 100101 0 1010 100 10100100 1010100 1001110

Color Harmonies of #9AF6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF6DD

Black with #9AF6DD

Text Example


Text Example

White with #9AF6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,246,221); }

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

background-color css

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

 a { background-color: rgb(154,246,221); }

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

border-color css

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

 span { border-color: rgb(154,246,221); }

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