Html Css Color HEX #AEEBD5 Magic Mint

📋 copy color: '#AEEBD5'

red 174 ◦ green 235 ◦ blue 213

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

Shades of Magic Mint #AEEBD5

Tints of Magic Mint #AEEBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 27.97%
G = 37.78%
B = 34.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#AEEBD5 (or 0xAEEBD5) is known color: Magic Mint. HEX triplet: AE, EB and D5. RGB value is (174,235,213). Sum of RGB (Red+Green+Blue) = 174+235+213=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD5 is #51142A. Grayscale: #D6D6D6. Windows color (decimal): -5313579 or 14019502. OLE color: 14019502.

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

Color convert

RGB 174 235 213 -
CMYK 0.26 0 0.09 0.08
HSL 158.36º 0.6% 0.8% -
HSV(B) 158.36º 0.26% 0.92% -
XYZ 59.17 73.22 73.96 -
YUV 214.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 174 235 213 0.26 0 0.09 0.08 158.36 0.6 0.8
Hex AE EB D5 1A 0 9 8 9E 3C 50
Octal 256 353 325 32 0 11 10 236 74 120
Binary 10101110 11101011 11010101 11010 0 1001 1000 10011110 111100 1010000

Color Harmonies of #AEEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBD5

Black with #AEEBD5

Text Example


Text Example

White with #AEEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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