Html Css Color HEX #AEF5D0 Magic Mint

📋 copy color: '#AEF5D0'

red 174 ◦ green 245 ◦ blue 208

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

Shades of Magic Mint #AEF5D0

Tints of Magic Mint #AEF5D0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.07%

 BLUE value IS 208 (81.64% from 255) = 33.17%

R = 27.75%
G = 39.07%
B = 33.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#AEF5D0 (or 0xAEF5D0) is known color: Magic Mint. HEX triplet: AE, F5 and D0. RGB value is (174,245,208). Sum of RGB (Red+Green+Blue) = 174+245+208=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5D0 is #510A2F. Grayscale: #DBDBDB. Windows color (decimal): -5311024 or 13694382. OLE color: 13694382.

HSL color Cylindrical-coordinate representation of color #AEF5D0: hue angle of 148.73º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5D0 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 208 -
CMYK 0.29 0 0.15 0.04
HSL 148.73º 0.78% 0.82% -
HSV(B) 148.73º 0.29% 0.96% -
XYZ 61.49 78.86 71.65 -
YUV 219.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 174 245 208 0.29 0 0.15 0.04 148.73 0.78 0.82
Hex AE F5 D0 1D 0 F 4 95 4E 52
Octal 256 365 320 35 0 17 4 225 116 122
Binary 10101110 11110101 11010000 11101 0 1111 100 10010101 1001110 1010010

Color Harmonies of #AEF5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF5D0

Black with #AEF5D0

Text Example


Text Example

White with #AEF5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF5D0; }

 p { color: rgb(174,245,208); }

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

background-color css

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

 a { background-color: rgb(174,245,208); }

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

border-color css

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

 span { border-color: rgb(174,245,208); }

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