Html Css Color HEX #AEEBD2 Magic Mint

📋 copy color: '#AEEBD2'

red 174 ◦ green 235 ◦ blue 210

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

Shades of Magic Mint #AEEBD2

Tints of Magic Mint #AEEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.96%

 BLUE value IS 210 (82.42% from 255) = 33.93%

R = 28.11%
G = 37.96%
B = 33.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#AEEBD2 (or 0xAEEBD2) is known color: Magic Mint. HEX triplet: AE, EB and D2. RGB value is (174,235,210). Sum of RGB (Red+Green+Blue) = 174+235+210=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD2 is #51142D. Grayscale: #D5D5D5. Windows color (decimal): -5313582 or 13822894. OLE color: 13822894.

HSL color Cylindrical-coordinate representation of color #AEEBD2: hue angle of 155.41º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBD2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 210 -
CMYK 0.26 0 0.11 0.08
HSL 155.41º 0.6% 0.8% -
HSV(B) 155.41º 0.26% 0.92% -
XYZ 58.8 73.07 71.98 -
YUV 213.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 174 235 210 0.26 0 0.11 0.08 155.41 0.6 0.8
Hex AE EB D2 1A 0 B 8 9B 3C 50
Octal 256 353 322 32 0 13 10 233 74 120
Binary 10101110 11101011 11010010 11010 0 1011 1000 10011011 111100 1010000

Color Harmonies of #AEEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBD2

Black with #AEEBD2

Text Example


Text Example

White with #AEEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBD2; }

 p { color: rgb(174,235,210); }

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

background-color css

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

 a { background-color: rgb(174,235,210); }

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

border-color css

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

 span { border-color: rgb(174,235,210); }

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