Html Css Color HEX #9AFADB Magic Mint

📋 copy color: '#9AFADB'

red 154 ◦ green 250 ◦ blue 219

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

Shades of Magic Mint #9AFADB

Tints of Magic Mint #9AFADB

RGB

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

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

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

R = 24.72%
G = 40.13%
B = 35.15%

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

#9AFADB (or 0x9AFADB) is known color: Magic Mint. HEX triplet: 9A, FA and DB. RGB value is (154,250,219). Sum of RGB (Red+Green+Blue) = 154+250+219=623 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.72% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFADB is #650524. Grayscale: #D9D9D9. Windows color (decimal): -6620453 or 14416538. OLE color: 14416538.

HSL color Cylindrical-coordinate representation of color #9AFADB: hue angle of 160.62º 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 #9AFADB is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 250 219 -
CMYK 0.38 0 0.12 0.02
HSL 160.63º 0.91% 0.79% -
HSV(B) 160.63º 0.38% 0.98% -
XYZ 60.3 80.36 79.35 -
YUV 217.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 154 250 219 0.38 0 0.12 0.02 160.63 0.91 0.79
Hex 9A FA DB 26 0 C 2 A1 5B 4F
Octal 232 372 333 46 0 14 2 241 133 117
Binary 10011010 11111010 11011011 100110 0 1100 10 10100001 1011011 1001111

Color Harmonies of #9AFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFADB

Black with #9AFADB

Text Example


Text Example

White with #9AFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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