Html Css Color HEX #9AFCDF Magic Mint

📋 copy color: '#9AFCDF'

red 154 ◦ green 252 ◦ blue 223

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

Shades of Magic Mint #9AFCDF

Tints of Magic Mint #9AFCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.45%

R = 24.48%
G = 40.06%
B = 35.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#9AFCDF (or 0x9AFCDF) is known color: Magic Mint. HEX triplet: 9A, FC and DF. RGB value is (154,252,223). Sum of RGB (Red+Green+Blue) = 154+252+223=629 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.48% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCDF is #650320. Grayscale: #DBDBDB. Windows color (decimal): -6619937 or 14679194. OLE color: 14679194.

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

Color convert

RGB 154 252 223 -
CMYK 0.39 0 0.12 0.01
HSL 162.24º 0.94% 0.8% -
HSV(B) 162.24º 0.39% 0.99% -
XYZ 61.46 81.82 82.37 -
YUV 219.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 154 252 223 0.39 0 0.12 0.01 162.24 0.94 0.8
Hex 9A FC DF 27 0 C 1 A2 5E 50
Octal 232 374 337 47 0 14 1 242 136 120
Binary 10011010 11111100 11011111 100111 0 1100 1 10100010 1011110 1010000

Color Harmonies of #9AFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFCDF

Black with #9AFCDF

Text Example


Text Example

White with #9AFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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