Html Css Color HEX #9AFCC8 Magic Mint

📋 copy color: '#9AFCC8'

red 154 ◦ green 252 ◦ blue 200

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

Shades of Magic Mint #9AFCC8

Tints of Magic Mint #9AFCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33%

R = 25.41%
G = 41.58%
B = 33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#9AFCC8 (or 0x9AFCC8) is known color: Magic Mint. HEX triplet: 9A, FC and C8. RGB value is (154,252,200). Sum of RGB (Red+Green+Blue) = 154+252+200=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCC8 is #650337. Grayscale: #D8D8D8. Windows color (decimal): -6619960 or 13171866. OLE color: 13171866.

HSL color Cylindrical-coordinate representation of color #9AFCC8: hue angle of 148.16º 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 #9AFCC8 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 252 200 -
CMYK 0.39 0 0.21 0.01
HSL 148.16º 0.94% 0.8% -
HSV(B) 148.16º 0.39% 0.99% -
XYZ 58.56 80.66 67.13 -
YUV 216.77 118.53 83.23 -
System Red Green Blue C M Y K H S L
Decimal 154 252 200 0.39 0 0.21 0.01 148.16 0.94 0.8
Hex 9A FC C8 27 0 15 1 94 5E 50
Octal 232 374 310 47 0 25 1 224 136 120
Binary 10011010 11111100 11001000 100111 0 10101 1 10010100 1011110 1010000

Color Harmonies of #9AFCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFCC8

Black with #9AFCC8

Text Example


Text Example

White with #9AFCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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