Html Css Color HEX #AEFACB Magic Mint

📋 copy color: '#AEFACB'

red 174 ◦ green 250 ◦ blue 203

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

Shades of Magic Mint #AEFACB

Tints of Magic Mint #AEFACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.87%

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

R = 27.75%
G = 39.87%
B = 32.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#AEFACB (or 0xAEFACB) is known color: Magic Mint. HEX triplet: AE, FA and CB. RGB value is (174,250,203). Sum of RGB (Red+Green+Blue) = 174+250+203=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFACB is #510534. Grayscale: #DEDEDE. Windows color (decimal): -5309749 or 13367982. OLE color: 13367982.

HSL color Cylindrical-coordinate representation of color #AEFACB: hue angle of 142.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFACB is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 203 -
CMYK 0.30 0 0.19 0.02
HSL 142.89º 0.88% 0.83% -
HSV(B) 142.89º 0.3% 0.98% -
XYZ 62.42 81.68 68.98 -
YUV 221.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 174 250 203 0.30 0 0.19 0.02 142.89 0.88 0.83
Hex AE FA CB 1E 0 13 2 8F 58 53
Octal 256 372 313 36 0 23 2 217 130 123
Binary 10101110 11111010 11001011 11110 0 10011 10 10001111 1011000 1010011

Color Harmonies of #AEFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFACB

Black with #AEFACB

Text Example


Text Example

White with #AEFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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