Html Css Color HEX #AEECCA Magic Mint

📋 copy color: '#AEECCA'

red 174 ◦ green 236 ◦ blue 202

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

Shades of Magic Mint #AEECCA

Tints of Magic Mint #AEECCA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.56%

 BLUE value IS 202 (79.3% from 255) = 33.01%

R = 28.43%
G = 38.56%
B = 33.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#AEECCA (or 0xAEECCA) is known color: Magic Mint. HEX triplet: AE, EC and CA. RGB value is (174,236,202). Sum of RGB (Red+Green+Blue) = 174+236+202=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECCA is #511335. Grayscale: #D5D5D5. Windows color (decimal): -5313334 or 13298862. OLE color: 13298862.

HSL color Cylindrical-coordinate representation of color #AEECCA: hue angle of 147.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECCA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 202 -
CMYK 0.26 0 0.14 0.07
HSL 147.1º 0.62% 0.8% -
HSV(B) 147.1º 0.26% 0.93% -
XYZ 58.11 73.25 66.95 -
YUV 213.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 174 236 202 0.26 0 0.14 0.07 147.1 0.62 0.8
Hex AE EC CA 1A 0 E 7 93 3E 50
Octal 256 354 312 32 0 16 7 223 76 120
Binary 10101110 11101100 11001010 11010 0 1110 111 10010011 111110 1010000

Color Harmonies of #AEECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECCA

Black with #AEECCA

Text Example


Text Example

White with #AEECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECCA; }

 p { color: rgb(174,236,202); }

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

background-color css

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

 a { background-color: rgb(174,236,202); }

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

border-color css

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

 span { border-color: rgb(174,236,202); }

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