Html Css Color HEX #AEE6D0 Magic Mint

📋 copy color: '#AEE6D0'

red 174 ◦ green 230 ◦ blue 208

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

Shades of Magic Mint #AEE6D0

Tints of Magic Mint #AEE6D0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.58%

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 28.43%
G = 37.58%
B = 33.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#AEE6D0 (or 0xAEE6D0) is known color: Magic Mint. HEX triplet: AE, E6 and D0. RGB value is (174,230,208). Sum of RGB (Red+Green+Blue) = 174+230+208=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6D0 is #51192F. Grayscale: #D2D2D2. Windows color (decimal): -5314864 or 13690542. OLE color: 13690542.

HSL color Cylindrical-coordinate representation of color #AEE6D0: hue angle of 156.43º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE6D0 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 230 208 -
CMYK 0.24 0 0.10 0.10
HSL 156.43º 0.53% 0.79% -
HSV(B) 156.43º 0.24% 0.9% -
XYZ 57.14 70.15 70.2 -
YUV 210.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 174 230 208 0.24 0 0.10 0.10 156.43 0.53 0.79
Hex AE E6 D0 18 0 A A 9C 35 4F
Octal 256 346 320 30 0 12 12 234 65 117
Binary 10101110 11100110 11010000 11000 0 1010 1010 10011100 110101 1001111

Color Harmonies of #AEE6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE6D0

Black with #AEE6D0

Text Example


Text Example

White with #AEE6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE6D0; }

 p { color: rgb(174,230,208); }

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

background-color css

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

 a { background-color: rgb(174,230,208); }

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

border-color css

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

 span { border-color: rgb(174,230,208); }

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