Html Css Color HEX #9AFDDC Magic Mint

📋 copy color: '#9AFDDC'

red 154 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #9AFDDC

Tints of Magic Mint #9AFDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.09%

R = 24.56%
G = 40.35%
B = 35.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#9AFDDC (or 0x9AFDDC) is known color: Magic Mint. HEX triplet: 9A, FD and DC. RGB value is (154,253,220). Sum of RGB (Red+Green+Blue) = 154+253+220=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDDC is #650223. Grayscale: #DBDBDB. Windows color (decimal): -6619684 or 14482842. OLE color: 14482842.

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

Color convert

RGB 154 253 220 -
CMYK 0.39 0 0.13 0.01
HSL 160º 0.96% 0.8% -
HSV(B) 160º 0.39% 0.99% -
XYZ 61.37 82.29 80.36 -
YUV 219.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 154 253 220 0.39 0 0.13 0.01 160 0.96 0.8
Hex 9A FD DC 27 0 D 1 A0 60 50
Octal 232 375 334 47 0 15 1 240 140 120
Binary 10011010 11111101 11011100 100111 0 1101 1 10100000 1100000 1010000

Color Harmonies of #9AFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFDDC

Black with #9AFDDC

Text Example


Text Example

White with #9AFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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