Html Css Color HEX #9AF3DD Magic Mint

📋 copy color: '#9AF3DD'

red 154 ◦ green 243 ◦ blue 221

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

Shades of Magic Mint #9AF3DD

Tints of Magic Mint #9AF3DD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.32%

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

R = 24.92%
G = 39.32%
B = 35.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#9AF3DD (or 0x9AF3DD) is known color: Magic Mint. HEX triplet: 9A, F3 and DD. RGB value is (154,243,221). Sum of RGB (Red+Green+Blue) = 154+243+221=618 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.92% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF3DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF3DD is #650C22. Grayscale: #D5D5D5. Windows color (decimal): -6622243 or 14545818. OLE color: 14545818.

HSL color Cylindrical-coordinate representation of color #9AF3DD: hue angle of 165.17º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF3DD is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 243 221 -
CMYK 0.37 0 0.09 0.05
HSL 165.17º 0.79% 0.78% -
HSV(B) 165.17º 0.37% 0.95% -
XYZ 58.43 76.19 80.03 -
YUV 213.88 132.01 85.29 -
System Red Green Blue C M Y K H S L
Decimal 154 243 221 0.37 0 0.09 0.05 165.17 0.79 0.78
Hex 9A F3 DD 25 0 9 5 A5 4F 4E
Octal 232 363 335 45 0 11 5 245 117 116
Binary 10011010 11110011 11011101 100101 0 1001 101 10100101 1001111 1001110

Color Harmonies of #9AF3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF3DD

Black with #9AF3DD

Text Example


Text Example

White with #9AF3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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