Html Css Color HEX #AEFDDF Magic Mint

📋 copy color: '#AEFDDF'

red 174 ◦ green 253 ◦ blue 223

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

Shades of Magic Mint #AEFDDF

Tints of Magic Mint #AEFDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.92%

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 26.77%
G = 38.92%
B = 34.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#AEFDDF (or 0xAEFDDF) is known color: Magic Mint. HEX triplet: AE, FD and DF. RGB value is (174,253,223). Sum of RGB (Red+Green+Blue) = 174+253+223=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDDF is #510220. Grayscale: #E1E1E1. Windows color (decimal): -5308961 or 14679470. OLE color: 14679470.

HSL color Cylindrical-coordinate representation of color #AEFDDF: hue angle of 157.22º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDDF is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 253 223 -
CMYK 0.31 0 0.12 0.01
HSL 157.22º 0.95% 0.84% -
HSV(B) 157.22º 0.31% 0.99% -
XYZ 65.9 84.58 82.66 -
YUV 225.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 174 253 223 0.31 0 0.12 0.01 157.22 0.95 0.84
Hex AE FD DF 1F 0 C 1 9D 5F 54
Octal 256 375 337 37 0 14 1 235 137 124
Binary 10101110 11111101 11011111 11111 0 1100 1 10011101 1011111 1010100

Color Harmonies of #AEFDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDDF

Black with #AEFDDF

Text Example


Text Example

White with #AEFDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDDF; }

 p { color: rgb(174,253,223); }

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

background-color css

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

 a { background-color: rgb(174,253,223); }

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

border-color css

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

 span { border-color: rgb(174,253,223); }

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