Html Css Color HEX #9AFDE2 Magic Mint

📋 copy color: '#9AFDE2'

red 154 ◦ green 253 ◦ blue 226

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

Shades of Magic Mint #9AFDE2

Tints of Magic Mint #9AFDE2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.97%

 BLUE value IS 226 (88.67% from 255) = 35.7%

R = 24.33%
G = 39.97%
B = 35.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#9AFDE2 (or 0x9AFDE2) is known color: Magic Mint. HEX triplet: 9A, FD and E2. RGB value is (154,253,226). Sum of RGB (Red+Green+Blue) = 154+253+226=633 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.33% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDE2 is #65021D. Grayscale: #DCDCDC. Windows color (decimal): -6619678 or 14876058. OLE color: 14876058.

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

Color convert

RGB 154 253 226 -
CMYK 0.39 0 0.11 0.01
HSL 163.64º 0.96% 0.8% -
HSV(B) 163.64º 0.39% 0.99% -
XYZ 62.18 82.61 84.62 -
YUV 220.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 154 253 226 0.39 0 0.11 0.01 163.64 0.96 0.8
Hex 9A FD E2 27 0 B 1 A4 60 50
Octal 232 375 342 47 0 13 1 244 140 120
Binary 10011010 11111101 11100010 100111 0 1011 1 10100100 1100000 1010000

Color Harmonies of #9AFDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFDE2

Black with #9AFDE2

Text Example


Text Example

White with #9AFDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,253,226); }

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

background-color css

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

 a { background-color: rgb(154,253,226); }

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

border-color css

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

 span { border-color: rgb(154,253,226); }

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