Html Css Color HEX #9AF0CE Magic Mint

📋 copy color: '#9AF0CE'

red 154 ◦ green 240 ◦ blue 206

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

Shades of Magic Mint #9AF0CE

Tints of Magic Mint #9AF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40%

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

R = 25.67%
G = 40%
B = 34.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#9AF0CE (or 0x9AF0CE) is known color: Magic Mint. HEX triplet: 9A, F0 and CE. RGB value is (154,240,206). Sum of RGB (Red+Green+Blue) = 154+240+206=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF0CE is #650F31. Grayscale: #D2D2D2. Windows color (decimal): -6623026 or 13562010. OLE color: 13562010.

HSL color Cylindrical-coordinate representation of color #9AF0CE: hue angle of 156.28º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0CE is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 206 -
CMYK 0.36 0 0.14 0.06
HSL 156.28º 0.74% 0.77% -
HSV(B) 156.28º 0.36% 0.94% -
XYZ 55.63 73.65 69.68 -
YUV 210.41 125.51 87.76 -
System Red Green Blue C M Y K H S L
Decimal 154 240 206 0.36 0 0.14 0.06 156.28 0.74 0.77
Hex 9A F0 CE 24 0 E 6 9C 4A 4D
Octal 232 360 316 44 0 16 6 234 112 115
Binary 10011010 11110000 11001110 100100 0 1110 110 10011100 1001010 1001101

Color Harmonies of #9AF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF0CE

Black with #9AF0CE

Text Example


Text Example

White with #9AF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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