Html Css Color HEX #9AFAD2 Magic Mint

📋 copy color: '#9AFAD2'

red 154 ◦ green 250 ◦ blue 210

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

Shades of Magic Mint #9AFAD2

Tints of Magic Mint #9AFAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.2%

R = 25.08%
G = 40.72%
B = 34.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#9AFAD2 (or 0x9AFAD2) is known color: Magic Mint. HEX triplet: 9A, FA and D2. RGB value is (154,250,210). Sum of RGB (Red+Green+Blue) = 154+250+210=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFAD2 is #65052D. Grayscale: #D8D8D8. Windows color (decimal): -6620462 or 13826714. OLE color: 13826714.

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

Color convert

RGB 154 250 210 -
CMYK 0.38 0 0.16 0.02
HSL 155º 0.91% 0.79% -
HSV(B) 155º 0.38% 0.98% -
XYZ 59.14 79.89 73.28 -
YUV 216.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 154 250 210 0.38 0 0.16 0.02 155 0.91 0.79
Hex 9A FA D2 26 0 10 2 9B 5B 4F
Octal 232 372 322 46 0 20 2 233 133 117
Binary 10011010 11111010 11010010 100110 0 10000 10 10011011 1011011 1001111

Color Harmonies of #9AFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFAD2

Black with #9AFAD2

Text Example


Text Example

White with #9AFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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