Html Css Color HEX #9AF7CE Magic Mint

📋 copy color: '#9AF7CE'

red 154 ◦ green 247 ◦ blue 206

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

Shades of Magic Mint #9AF7CE

Tints of Magic Mint #9AF7CE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.69%

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

R = 25.37%
G = 40.69%
B = 33.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#9AF7CE (or 0x9AF7CE) is known color: Magic Mint. HEX triplet: 9A, F7 and CE. RGB value is (154,247,206). Sum of RGB (Red+Green+Blue) = 154+247+206=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF7CE is #650831. Grayscale: #D6D6D6. Windows color (decimal): -6621234 or 13563802. OLE color: 13563802.

HSL color Cylindrical-coordinate representation of color #9AF7CE: hue angle of 153.55º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF7CE is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 247 206 -
CMYK 0.38 0 0.17 0.03
HSL 153.55º 0.85% 0.79% -
HSV(B) 153.55º 0.38% 0.97% -
XYZ 57.73 77.85 70.38 -
YUV 214.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 154 247 206 0.38 0 0.17 0.03 153.55 0.85 0.79
Hex 9A F7 CE 26 0 11 3 9A 55 4F
Octal 232 367 316 46 0 21 3 232 125 117
Binary 10011010 11110111 11001110 100110 0 10001 11 10011010 1010101 1001111

Color Harmonies of #9AF7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF7CE

Black with #9AF7CE

Text Example


Text Example

White with #9AF7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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