Html Css Color HEX #AEEBC8 Magic Mint

📋 copy color: '#AEEBC8'

red 174 ◦ green 235 ◦ blue 200

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

Shades of Magic Mint #AEEBC8

Tints of Magic Mint #AEEBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.84%

R = 28.57%
G = 38.59%
B = 32.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#AEEBC8 (or 0xAEEBC8) is known color: Magic Mint. HEX triplet: AE, EB and C8. RGB value is (174,235,200). Sum of RGB (Red+Green+Blue) = 174+235+200=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBC8 is #511437. Grayscale: #D4D4D4. Windows color (decimal): -5313592 or 13167534. OLE color: 13167534.

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

Color convert

RGB 174 235 200 -
CMYK 0.26 0 0.15 0.08
HSL 145.57º 0.6% 0.8% -
HSV(B) 145.57º 0.26% 0.92% -
XYZ 57.59 72.59 65.62 -
YUV 212.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 174 235 200 0.26 0 0.15 0.08 145.57 0.6 0.8
Hex AE EB C8 1A 0 F 8 92 3C 50
Octal 256 353 310 32 0 17 10 222 74 120
Binary 10101110 11101011 11001000 11010 0 1111 1000 10010010 111100 1010000

Color Harmonies of #AEEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBC8

Black with #AEEBC8

Text Example


Text Example

White with #AEEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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