Html Css Color HEX #AEFFCF Magic Mint

📋 copy color: '#AEFFCF'

red 174 ◦ green 255 ◦ blue 207

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

Shades of Magic Mint #AEFFCF

Tints of Magic Mint #AEFFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 40.09%

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

R = 27.36%
G = 40.09%
B = 32.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#AEFFCF (or 0xAEFFCF) is known color: Magic Mint. HEX triplet: AE, FF and CF. RGB value is (174,255,207). Sum of RGB (Red+Green+Blue) = 174+255+207=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFCF is #510030. Grayscale: #E1E1E1. Windows color (decimal): -5308465 or 13631406. OLE color: 13631406.

HSL color Cylindrical-coordinate representation of color #AEFFCF: hue angle of 144.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFCF is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 207 -
CMYK 0.32 0 0.19 0
HSL 144.44º 1% 0.84% -
HSV(B) 144.44º 0.32% 1% -
XYZ 64.48 85.02 72.04 -
YUV 225.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 174 255 207 0.32 0 0.19 0 144.44 1 0.84
Hex AE FF CF 20 0 13 0 90 64 54
Octal 256 377 317 40 0 23 0 220 144 124
Binary 10101110 11111111 11001111 100000 0 10011 0 10010000 1100100 1010100

Color Harmonies of #AEFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFCF

Black with #AEFFCF

Text Example


Text Example

White with #AEFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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