Html Css Color HEX #AEEBD0 Magic Mint

📋 copy color: '#AEEBD0'

red 174 ◦ green 235 ◦ blue 208

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

Shades of Magic Mint #AEEBD0

Tints of Magic Mint #AEEBD0

RGB

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

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

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

R = 28.2%
G = 38.09%
B = 33.71%

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

#AEEBD0 (or 0xAEEBD0) is known color: Magic Mint. HEX triplet: AE, EB and D0. RGB value is (174,235,208). Sum of RGB (Red+Green+Blue) = 174+235+208=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD0 is #51142F. Grayscale: #D5D5D5. Windows color (decimal): -5313584 or 13691822. OLE color: 13691822.

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

Color convert

RGB 174 235 208 -
CMYK 0.26 0 0.11 0.08
HSL 153.44º 0.6% 0.8% -
HSV(B) 153.44º 0.26% 0.92% -
XYZ 58.55 72.97 70.67 -
YUV 213.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 174 235 208 0.26 0 0.11 0.08 153.44 0.6 0.8
Hex AE EB D0 1A 0 B 8 99 3C 50
Octal 256 353 320 32 0 13 10 231 74 120
Binary 10101110 11101011 11010000 11010 0 1011 1000 10011001 111100 1010000

Color Harmonies of #AEEBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBD0

Black with #AEEBD0

Text Example


Text Example

White with #AEEBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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