Html Css Color HEX #AEFCDB Magic Mint

📋 copy color: '#AEFCDB'

red 174 ◦ green 252 ◦ blue 219

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

Shades of Magic Mint #AEFCDB

Tints of Magic Mint #AEFCDB

RGB

 RED value IS 174 (68.36% from 255) = 26.98%

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

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

R = 26.98%
G = 39.07%
B = 33.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#AEFCDB (or 0xAEFCDB) is known color: Magic Mint. HEX triplet: AE, FC and DB. RGB value is (174,252,219). Sum of RGB (Red+Green+Blue) = 174+252+219=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFCDB is #510324. Grayscale: #E0E0E0. Windows color (decimal): -5309221 or 14417070. OLE color: 14417070.

HSL color Cylindrical-coordinate representation of color #AEFCDB: hue angle of 154.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFCDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 252 219 -
CMYK 0.31 0 0.13 0.01
HSL 154.62º 0.93% 0.84% -
HSV(B) 154.62º 0.31% 0.99% -
XYZ 65.05 83.73 79.75 -
YUV 224.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 174 252 219 0.31 0 0.13 0.01 154.62 0.93 0.84
Hex AE FC DB 1F 0 D 1 9B 5D 54
Octal 256 374 333 37 0 15 1 233 135 124
Binary 10101110 11111100 11011011 11111 0 1101 1 10011011 1011101 1010100

Color Harmonies of #AEFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFCDB

Black with #AEFCDB

Text Example


Text Example

White with #AEFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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