Html Css Color HEX #AEEDCA Magic Mint

📋 copy color: '#AEEDCA'

red 174 ◦ green 237 ◦ blue 202

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

Shades of Magic Mint #AEEDCA

Tints of Magic Mint #AEEDCA

RGB

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

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

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

R = 28.38%
G = 38.66%
B = 32.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#AEEDCA (or 0xAEEDCA) is known color: Magic Mint. HEX triplet: AE, ED and CA. RGB value is (174,237,202). Sum of RGB (Red+Green+Blue) = 174+237+202=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDCA is #511235. Grayscale: #D6D6D6. Windows color (decimal): -5313078 or 13299118. OLE color: 13299118.

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

Color convert

RGB 174 237 202 -
CMYK 0.27 0 0.15 0.07
HSL 146.67º 0.64% 0.81% -
HSV(B) 146.67º 0.27% 0.93% -
XYZ 58.4 73.83 67.05 -
YUV 214.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 174 237 202 0.27 0 0.15 0.07 146.67 0.64 0.81
Hex AE ED CA 1B 0 F 7 93 40 51
Octal 256 355 312 33 0 17 7 223 100 121
Binary 10101110 11101101 11001010 11011 0 1111 111 10010011 1000000 1010001

Color Harmonies of #AEEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDCA

Black with #AEEDCA

Text Example


Text Example

White with #AEEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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