Html Css Color HEX #AAEBCF Magic Mint

📋 copy color: '#AAEBCF'

red 170 ◦ green 235 ◦ blue 207

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

Shades of Magic Mint #AAEBCF

Tints of Magic Mint #AAEBCF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.4%

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

R = 27.78%
G = 38.4%
B = 33.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#AAEBCF (or 0xAAEBCF) is known color: Magic Mint. HEX triplet: AA, EB and CF. RGB value is (170,235,207). Sum of RGB (Red+Green+Blue) = 170+235+207=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBCF is #551430. Grayscale: #D4D4D4. Windows color (decimal): -5575729 or 13626282. OLE color: 13626282.

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

Color convert

RGB 170 235 207 -
CMYK 0.28 0 0.12 0.08
HSL 154.15º 0.62% 0.79% -
HSV(B) 154.15º 0.28% 0.92% -
XYZ 57.55 72.47 69.99 -
YUV 212.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 170 235 207 0.28 0 0.12 0.08 154.15 0.62 0.79
Hex AA EB CF 1C 0 C 8 9A 3E 4F
Octal 252 353 317 34 0 14 10 232 76 117
Binary 10101010 11101011 11001111 11100 0 1100 1000 10011010 111110 1001111

Color Harmonies of #AAEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBCF

Black with #AAEBCF

Text Example


Text Example

White with #AAEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBCF; }

 p { color: rgb(170,235,207); }

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

background-color css

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

 a { background-color: rgb(170,235,207); }

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

border-color css

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

 span { border-color: rgb(170,235,207); }

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