Html Css Color HEX #AEEBD3 Magic Mint

📋 copy color: '#AEEBD3'

red 174 ◦ green 235 ◦ blue 211

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

Shades of Magic Mint #AEEBD3

Tints of Magic Mint #AEEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.03%

R = 28.06%
G = 37.9%
B = 34.03%

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

#AEEBD3 (or 0xAEEBD3) is known color: Magic Mint. HEX triplet: AE, EB and D3. RGB value is (174,235,211). Sum of RGB (Red+Green+Blue) = 174+235+211=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD3 is #51142C. Grayscale: #D6D6D6. Windows color (decimal): -5313581 or 13888430. OLE color: 13888430.

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

Color convert

RGB 174 235 211 -
CMYK 0.26 0 0.10 0.08
HSL 156.39º 0.6% 0.8% -
HSV(B) 156.39º 0.26% 0.92% -
XYZ 58.92 73.12 72.64 -
YUV 214.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 174 235 211 0.26 0 0.10 0.08 156.39 0.6 0.8
Hex AE EB D3 1A 0 A 8 9C 3C 50
Octal 256 353 323 32 0 12 10 234 74 120
Binary 10101110 11101011 11010011 11010 0 1010 1000 10011100 111100 1010000

Color Harmonies of #AEEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBD3

Black with #AEEBD3

Text Example


Text Example

White with #AEEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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