Html Css Color HEX #9AFCC0 Magic Mint

📋 copy color: '#9AFCC0'

red 154 ◦ green 252 ◦ blue 192

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

Shades of Magic Mint #9AFCC0

Tints of Magic Mint #9AFCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.11%

R = 25.75%
G = 42.14%
B = 32.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#9AFCC0 (or 0x9AFCC0) is known color: Magic Mint. HEX triplet: 9A, FC and C0. RGB value is (154,252,192). Sum of RGB (Red+Green+Blue) = 154+252+192=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCC0 is #65033F. Grayscale: #D7D7D7. Windows color (decimal): -6619968 or 12647578. OLE color: 12647578.

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

Color convert

RGB 154 252 192 -
CMYK 0.39 0 0.24 0.01
HSL 143.27º 0.94% 0.8% -
HSV(B) 143.27º 0.39% 0.99% -
XYZ 57.65 80.3 62.33 -
YUV 215.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 154 252 192 0.39 0 0.24 0.01 143.27 0.94 0.8
Hex 9A FC C0 27 0 18 1 8F 5E 50
Octal 232 374 300 47 0 30 1 217 136 120
Binary 10011010 11111100 11000000 100111 0 11000 1 10001111 1011110 1010000

Color Harmonies of #9AFCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFCC0

Black with #9AFCC0

Text Example


Text Example

White with #9AFCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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