Html Css Color HEX #AEFDCE Magic Mint

📋 copy color: '#AEFDCE'

red 174 ◦ green 253 ◦ blue 206

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

Shades of Magic Mint #AEFDCE

Tints of Magic Mint #AEFDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.54%

R = 27.49%
G = 39.97%
B = 32.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#AEFDCE (or 0xAEFDCE) is known color: Magic Mint. HEX triplet: AE, FD and CE. RGB value is (174,253,206). Sum of RGB (Red+Green+Blue) = 174+253+206=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDCE is #510231. Grayscale: #E0E0E0. Windows color (decimal): -5308978 or 13565358. OLE color: 13565358.

HSL color Cylindrical-coordinate representation of color #AEFDCE: hue angle of 144.3º degrees, saturation: 0.95, 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 #AEFDCE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 253 206 -
CMYK 0.31 0 0.19 0.01
HSL 144.3º 0.95% 0.84% -
HSV(B) 144.3º 0.31% 0.99% -
XYZ 63.72 83.71 71.19 -
YUV 224.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 174 253 206 0.31 0 0.19 0.01 144.3 0.95 0.84
Hex AE FD CE 1F 0 13 1 90 5F 54
Octal 256 375 316 37 0 23 1 220 137 124
Binary 10101110 11111101 11001110 11111 0 10011 1 10010000 1011111 1010100

Color Harmonies of #AEFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDCE

Black with #AEFDCE

Text Example


Text Example

White with #AEFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDCE; }

 p { color: rgb(174,253,206); }

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

background-color css

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

 a { background-color: rgb(174,253,206); }

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

border-color css

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

 span { border-color: rgb(174,253,206); }

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