Html Css Color HEX #9AF1DB Magic Mint

📋 copy color: '#9AF1DB'

red 154 ◦ green 241 ◦ blue 219

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

Shades of Magic Mint #9AF1DB

Tints of Magic Mint #9AF1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.25%

 BLUE value IS 219 (85.94% from 255) = 35.67%

R = 25.08%
G = 39.25%
B = 35.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#9AF1DB (or 0x9AF1DB) is known color: Magic Mint. HEX triplet: 9A, F1 and DB. RGB value is (154,241,219). Sum of RGB (Red+Green+Blue) = 154+241+219=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1DB is #650E24. Grayscale: #D4D4D4. Windows color (decimal): -6622757 or 14414234. OLE color: 14414234.

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

Color convert

RGB 154 241 219 -
CMYK 0.36 0 0.09 0.05
HSL 164.83º 0.76% 0.77% -
HSV(B) 164.83º 0.36% 0.95% -
XYZ 57.57 74.9 78.44 -
YUV 212.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 154 241 219 0.36 0 0.09 0.05 164.83 0.76 0.77
Hex 9A F1 DB 24 0 9 5 A5 4C 4D
Octal 232 361 333 44 0 11 5 245 114 115
Binary 10011010 11110001 11011011 100100 0 1001 101 10100101 1001100 1001101

Color Harmonies of #9AF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF1DB

Black with #9AF1DB

Text Example


Text Example

White with #9AF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,241,219); }

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

background-color css

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

 a { background-color: rgb(154,241,219); }

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

border-color css

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

 span { border-color: rgb(154,241,219); }

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