Html Css Color HEX #AAFECB Magic Mint

📋 copy color: '#AAFECB'

red 170 ◦ green 254 ◦ blue 203

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

Shades of Magic Mint #AAFECB

Tints of Magic Mint #AAFECB

RGB

 RED value IS 170 (66.8% from 255) = 27.11%

 GREEN value IS 254 (99.61% from 255) = 40.51%

 BLUE value IS 203 (79.69% from 255) = 32.38%

R = 27.11%
G = 40.51%
B = 32.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#AAFECB (or 0xAAFECB) is known color: Magic Mint. HEX triplet: AA, FE and CB. RGB value is (170,254,203). Sum of RGB (Red+Green+Blue) = 170+254+203=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFECB is #550134. Grayscale: #DFDFDF. Windows color (decimal): -5570869 or 13369002. OLE color: 13369002.

HSL color Cylindrical-coordinate representation of color #AAFECB: hue angle of 143.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFECB is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 203 -
CMYK 0.33 0 0.20 0.00
HSL 143.57º 0.98% 0.83% -
HSV(B) 143.57º 0.33% 1% -
XYZ 62.8 83.74 69.35 -
YUV 223.07 116.67 90.15 -
System Red Green Blue C M Y K H S L
Decimal 170 254 203 0.33 0 0.20 0.00 143.57 0.98 0.83
Hex AA FE CB 21 0 14 0 90 62 53
Octal 252 376 313 41 0 24 0 220 142 123
Binary 10101010 11111110 11001011 100001 0 10100 0 10010000 1100010 1010011

Color Harmonies of #AAFECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFECB

Black with #AAFECB

Text Example


Text Example

White with #AAFECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFECB; }

 p { color: rgb(170,254,203); }

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

background-color css

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

 a { background-color: rgb(170,254,203); }

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

border-color css

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

 span { border-color: rgb(170,254,203); }

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