Html Css Color HEX #AAEACB Magic Mint

📋 copy color: '#AAEACB'

red 170 ◦ green 234 ◦ blue 203

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

Shades of Magic Mint #AAEACB

Tints of Magic Mint #AAEACB

RGB

 RED value IS 170 (66.8% from 255) = 28.01%

 GREEN value IS 234 (91.8% from 255) = 38.55%

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

R = 28.01%
G = 38.55%
B = 33.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#AAEACB (or 0xAAEACB) is known color: Magic Mint. HEX triplet: AA, EA and CB. RGB value is (170,234,203). Sum of RGB (Red+Green+Blue) = 170+234+203=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEACB is #551534. Grayscale: #D3D3D3. Windows color (decimal): -5575989 or 13363882. OLE color: 13363882.

HSL color Cylindrical-coordinate representation of color #AAEACB: hue angle of 150.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEACB is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 203 -
CMYK 0.27 0 0.13 0.08
HSL 150.94º 0.6% 0.79% -
HSV(B) 150.94º 0.27% 0.92% -
XYZ 56.78 71.7 67.35 -
YUV 211.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 170 234 203 0.27 0 0.13 0.08 150.94 0.6 0.79
Hex AA EA CB 1B 0 D 8 97 3C 4F
Octal 252 352 313 33 0 15 10 227 74 117
Binary 10101010 11101010 11001011 11011 0 1101 1000 10010111 111100 1001111

Color Harmonies of #AAEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEACB

Black with #AAEACB

Text Example


Text Example

White with #AAEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEACB; }

 p { color: rgb(170,234,203); }

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

background-color css

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

 a { background-color: rgb(170,234,203); }

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

border-color css

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

 span { border-color: rgb(170,234,203); }

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