Html Css Color HEX #AAEBCB Magic Mint

📋 copy color: '#AAEBCB'

red 170 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #AAEBCB

Tints of Magic Mint #AAEBCB

RGB

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

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

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

R = 27.96%
G = 38.65%
B = 33.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#AAEBCB (or 0xAAEBCB) is known color: Magic Mint. HEX triplet: AA, EB and CB. RGB value is (170,235,203). Sum of RGB (Red+Green+Blue) = 170+235+203=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBCB is #551434. Grayscale: #D3D3D3. Windows color (decimal): -5575733 or 13364138. OLE color: 13364138.

HSL color Cylindrical-coordinate representation of color #AAEBCB: hue angle of 150.46º 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 #AAEBCB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 203 -
CMYK 0.28 0 0.14 0.08
HSL 150.46º 0.62% 0.79% -
HSV(B) 150.46º 0.28% 0.92% -
XYZ 57.07 72.27 67.44 -
YUV 211.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 170 235 203 0.28 0 0.14 0.08 150.46 0.62 0.79
Hex AA EB CB 1C 0 E 8 96 3E 4F
Octal 252 353 313 34 0 16 10 226 76 117
Binary 10101010 11101011 11001011 11100 0 1110 1000 10010110 111110 1001111

Color Harmonies of #AAEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBCB

Black with #AAEBCB

Text Example


Text Example

White with #AAEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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