Html Css Color HEX #9AFACE Magic Mint

📋 copy color: '#9AFACE'

red 154 ◦ green 250 ◦ blue 206

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

Shades of Magic Mint #9AFACE

Tints of Magic Mint #9AFACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 25.25%
G = 40.98%
B = 33.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#9AFACE (or 0x9AFACE) is known color: Magic Mint. HEX triplet: 9A, FA and CE. RGB value is (154,250,206). Sum of RGB (Red+Green+Blue) = 154+250+206=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFACE is #650531. Grayscale: #D8D8D8. Windows color (decimal): -6620466 or 13564570. OLE color: 13564570.

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

Color convert

RGB 154 250 206 -
CMYK 0.38 0 0.18 0.02
HSL 152.5º 0.91% 0.79% -
HSV(B) 152.5º 0.38% 0.98% -
XYZ 58.65 79.7 70.68 -
YUV 216.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 154 250 206 0.38 0 0.18 0.02 152.5 0.91 0.79
Hex 9A FA CE 26 0 12 2 98 5B 4F
Octal 232 372 316 46 0 22 2 230 133 117
Binary 10011010 11111010 11001110 100110 0 10010 10 10011000 1011011 1001111

Color Harmonies of #9AFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFACE

Black with #9AFACE

Text Example


Text Example

White with #9AFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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