Html Css Color HEX #9AFCD6 Magic Mint

📋 copy color: '#9AFCD6'

red 154 ◦ green 252 ◦ blue 214

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

Shades of Magic Mint #9AFCD6

Tints of Magic Mint #9AFCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.65%

 BLUE value IS 214 (83.98% from 255) = 34.52%

R = 24.84%
G = 40.65%
B = 34.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#9AFCD6 (or 0x9AFCD6) is known color: Magic Mint. HEX triplet: 9A, FC and D6. RGB value is (154,252,214). Sum of RGB (Red+Green+Blue) = 154+252+214=620 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.84% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCD6 is #650329. Grayscale: #DADADA. Windows color (decimal): -6619946 or 14089370. OLE color: 14089370.

HSL color Cylindrical-coordinate representation of color #9AFCD6: hue angle of 156.73º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCD6 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 252 214 -
CMYK 0.39 0 0.15 0.01
HSL 156.73º 0.94% 0.8% -
HSV(B) 156.73º 0.39% 0.99% -
XYZ 60.27 81.35 76.14 -
YUV 218.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 154 252 214 0.39 0 0.15 0.01 156.73 0.94 0.8
Hex 9A FC D6 27 0 F 1 9D 5E 50
Octal 232 374 326 47 0 17 1 235 136 120
Binary 10011010 11111100 11010110 100111 0 1111 1 10011101 1011110 1010000

Color Harmonies of #9AFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFCD6

Black with #9AFCD6

Text Example


Text Example

White with #9AFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,252,214); }

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

background-color css

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

 a { background-color: rgb(154,252,214); }

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

border-color css

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

 span { border-color: rgb(154,252,214); }

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