Html Css Color HEX #AEEBD4 Magic Mint

📋 copy color: '#AEEBD4'

red 174 ◦ green 235 ◦ blue 212

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

Shades of Magic Mint #AEEBD4

Tints of Magic Mint #AEEBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.14%

R = 28.02%
G = 37.84%
B = 34.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#AEEBD4 (or 0xAEEBD4) is known color: Magic Mint. HEX triplet: AE, EB and D4. RGB value is (174,235,212). Sum of RGB (Red+Green+Blue) = 174+235+212=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD4 is #51142B. Grayscale: #D6D6D6. Windows color (decimal): -5313580 or 13953966. OLE color: 13953966.

HSL color Cylindrical-coordinate representation of color #AEEBD4: hue angle of 157.38º 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 #AEEBD4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 212 -
CMYK 0.26 0 0.10 0.08
HSL 157.38º 0.6% 0.8% -
HSV(B) 157.38º 0.26% 0.92% -
XYZ 59.05 73.17 73.3 -
YUV 214.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 174 235 212 0.26 0 0.10 0.08 157.38 0.6 0.8
Hex AE EB D4 1A 0 A 8 9D 3C 50
Octal 256 353 324 32 0 12 10 235 74 120
Binary 10101110 11101011 11010100 11010 0 1010 1000 10011101 111100 1010000

Color Harmonies of #AEEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBD4

Black with #AEEBD4

Text Example


Text Example

White with #AEEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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