Html Css Color HEX #AEFDCB Magic Mint

📋 copy color: '#AEFDCB'

red 174 ◦ green 253 ◦ blue 203

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

Shades of Magic Mint #AEFDCB

Tints of Magic Mint #AEFDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 27.62%
G = 40.16%
B = 32.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#AEFDCB (or 0xAEFDCB) is known color: Magic Mint. HEX triplet: AE, FD and CB. RGB value is (174,253,203). Sum of RGB (Red+Green+Blue) = 174+253+203=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDCB is #510234. Grayscale: #DFDFDF. Windows color (decimal): -5308981 or 13368750. OLE color: 13368750.

HSL color Cylindrical-coordinate representation of color #AEFDCB: hue angle of 142.03º 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 #AEFDCB is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 253 203 -
CMYK 0.31 0 0.20 0.01
HSL 142.03º 0.95% 0.84% -
HSV(B) 142.03º 0.31% 0.99% -
XYZ 63.36 83.56 69.29 -
YUV 223.68 116.33 92.57 -
System Red Green Blue C M Y K H S L
Decimal 174 253 203 0.31 0 0.20 0.01 142.03 0.95 0.84
Hex AE FD CB 1F 0 14 1 8E 5F 54
Octal 256 375 313 37 0 24 1 216 137 124
Binary 10101110 11111101 11001011 11111 0 10100 1 10001110 1011111 1010100

Color Harmonies of #AEFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDCB

Black with #AEFDCB

Text Example


Text Example

White with #AEFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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