Html Css Color HEX #A0EECE Magic Mint

📋 copy color: '#A0EECE'

red 160 ◦ green 238 ◦ blue 206

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

Shades of Magic Mint #A0EECE

Tints of Magic Mint #A0EECE

RGB

 RED value IS 160 (62.89% from 255) = 26.49%

 GREEN value IS 238 (93.36% from 255) = 39.4%

 BLUE value IS 206 (80.86% from 255) = 34.11%

R = 26.49%
G = 39.4%
B = 34.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#A0EECE (or 0xA0EECE) is known color: Magic Mint. HEX triplet: A0, EE and CE. RGB value is (160,238,206). Sum of RGB (Red+Green+Blue) = 160+238+206=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EECE is #5F1131. Grayscale: #D3D3D3. Windows color (decimal): -6230322 or 13561504. OLE color: 13561504.

HSL color Cylindrical-coordinate representation of color #A0EECE: hue angle of 155.38º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EECE is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 238 206 -
CMYK 0.33 0 0.13 0.07
HSL 155.38º 0.7% 0.78% -
HSV(B) 155.38º 0.33% 0.93% -
XYZ 56.21 73.08 69.54 -
YUV 211.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 160 238 206 0.33 0 0.13 0.07 155.38 0.7 0.78
Hex A0 EE CE 21 0 D 7 9B 46 4E
Octal 240 356 316 41 0 15 7 233 106 116
Binary 10100000 11101110 11001110 100001 0 1101 111 10011011 1000110 1001110

Color Harmonies of #A0EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EECE

Black with #A0EECE

Text Example


Text Example

White with #A0EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EECE; }

 p { color: rgb(160,238,206); }

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

background-color css

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

 a { background-color: rgb(160,238,206); }

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

border-color css

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

 span { border-color: rgb(160,238,206); }

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