Html Css Color HEX #AEEDD0 Magic Mint

📋 copy color: '#AEEDD0'

red 174 ◦ green 237 ◦ blue 208

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

Shades of Magic Mint #AEEDD0

Tints of Magic Mint #AEEDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.29%

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

R = 28.11%
G = 38.29%
B = 33.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#AEEDD0 (or 0xAEEDD0) is known color: Magic Mint. HEX triplet: AE, ED and D0. RGB value is (174,237,208). Sum of RGB (Red+Green+Blue) = 174+237+208=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDD0 is #51122F. Grayscale: #D6D6D6. Windows color (decimal): -5313072 or 13692334. OLE color: 13692334.

HSL color Cylindrical-coordinate representation of color #AEEDD0: hue angle of 152.38º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDD0 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 208 -
CMYK 0.27 0 0.12 0.07
HSL 152.38º 0.64% 0.81% -
HSV(B) 152.38º 0.27% 0.93% -
XYZ 59.12 74.12 70.87 -
YUV 214.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 174 237 208 0.27 0 0.12 0.07 152.38 0.64 0.81
Hex AE ED D0 1B 0 C 7 98 40 51
Octal 256 355 320 33 0 14 7 230 100 121
Binary 10101110 11101101 11010000 11011 0 1100 111 10011000 1000000 1010001

Color Harmonies of #AEEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDD0

Black with #AEEDD0

Text Example


Text Example

White with #AEEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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