Html Css Color HEX #AEEDCC Magic Mint

📋 copy color: '#AEEDCC'

red 174 ◦ green 237 ◦ blue 204

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

Shades of Magic Mint #AEEDCC

Tints of Magic Mint #AEEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.54%

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 28.29%
G = 38.54%
B = 33.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#AEEDCC (or 0xAEEDCC) is known color: Magic Mint. HEX triplet: AE, ED and CC. RGB value is (174,237,204). Sum of RGB (Red+Green+Blue) = 174+237+204=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDCC is #511233. Grayscale: #D6D6D6. Windows color (decimal): -5313076 or 13430190. OLE color: 13430190.

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

Color convert

RGB 174 237 204 -
CMYK 0.27 0 0.14 0.07
HSL 148.57º 0.64% 0.81% -
HSV(B) 148.57º 0.27% 0.93% -
XYZ 58.64 73.93 68.31 -
YUV 214.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 174 237 204 0.27 0 0.14 0.07 148.57 0.64 0.81
Hex AE ED CC 1B 0 E 7 95 40 51
Octal 256 355 314 33 0 16 7 225 100 121
Binary 10101110 11101101 11001100 11011 0 1110 111 10010101 1000000 1010001

Color Harmonies of #AEEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDCC

Black with #AEEDCC

Text Example


Text Example

White with #AEEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDCC; }

 p { color: rgb(174,237,204); }

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

background-color css

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

 a { background-color: rgb(174,237,204); }

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

border-color css

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

 span { border-color: rgb(174,237,204); }

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