Html Css Color HEX #AEEECF Magic Mint

📋 copy color: '#AEEECF'

red 174 ◦ green 238 ◦ blue 207

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

Shades of Magic Mint #AEEECF

Tints of Magic Mint #AEEECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.45%

 BLUE value IS 207 (81.25% from 255) = 33.44%

R = 28.11%
G = 38.45%
B = 33.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#AEEECF (or 0xAEEECF) is known color: Magic Mint. HEX triplet: AE, EE and CF. RGB value is (174,238,207). Sum of RGB (Red+Green+Blue) = 174+238+207=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEECF is #511130. Grayscale: #D7D7D7. Windows color (decimal): -5312817 or 13627054. OLE color: 13627054.

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

Color convert

RGB 174 238 207 -
CMYK 0.27 0 0.13 0.07
HSL 150.94º 0.65% 0.81% -
HSV(B) 150.94º 0.27% 0.93% -
XYZ 59.29 74.65 70.32 -
YUV 215.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 174 238 207 0.27 0 0.13 0.07 150.94 0.65 0.81
Hex AE EE CF 1B 0 D 7 97 41 51
Octal 256 356 317 33 0 15 7 227 101 121
Binary 10101110 11101110 11001111 11011 0 1101 111 10010111 1000001 1010001

Color Harmonies of #AEEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEECF

Black with #AEEECF

Text Example


Text Example

White with #AEEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEECF; }

 p { color: rgb(174,238,207); }

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

background-color css

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

 a { background-color: rgb(174,238,207); }

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

border-color css

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

 span { border-color: rgb(174,238,207); }

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