Html Css Color HEX #9AFCDB Magic Mint

📋 copy color: '#9AFCDB'

red 154 ◦ green 252 ◦ blue 219

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

Shades of Magic Mint #9AFCDB

Tints of Magic Mint #9AFCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 24.64%
G = 40.32%
B = 35.04%

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

#9AFCDB (or 0x9AFCDB) is known color: Magic Mint. HEX triplet: 9A, FC and DB. RGB value is (154,252,219). Sum of RGB (Red+Green+Blue) = 154+252+219=625 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.64% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCDB is #650324. Grayscale: #DADADA. Windows color (decimal): -6619941 or 14417050. OLE color: 14417050.

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

Color convert

RGB 154 252 219 -
CMYK 0.39 0 0.13 0.01
HSL 159.8º 0.94% 0.8% -
HSV(B) 159.8º 0.39% 0.99% -
XYZ 60.92 81.61 79.56 -
YUV 218.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 154 252 219 0.39 0 0.13 0.01 159.8 0.94 0.8
Hex 9A FC DB 27 0 D 1 A0 5E 50
Octal 232 374 333 47 0 15 1 240 136 120
Binary 10011010 11111100 11011011 100111 0 1101 1 10100000 1011110 1010000

Color Harmonies of #9AFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFCDB

Black with #9AFCDB

Text Example


Text Example

White with #9AFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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