Html Css Color HEX #A8EECE Magic Mint

📋 copy color: '#A8EECE'

red 168 ◦ green 238 ◦ blue 206

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

Shades of Magic Mint #A8EECE

Tints of Magic Mint #A8EECE

RGB

 RED value IS 168 (66.02% from 255) = 27.45%

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

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

R = 27.45%
G = 38.89%
B = 33.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#A8EECE (or 0xA8EECE) is known color: Magic Mint. HEX triplet: A8, EE and CE. RGB value is (168,238,206). Sum of RGB (Red+Green+Blue) = 168+238+206=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EECE is #571131. Grayscale: #D5D5D5. Windows color (decimal): -5706034 or 13561512. OLE color: 13561512.

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

Color convert

RGB 168 238 206 -
CMYK 0.29 0 0.13 0.07
HSL 152.57º 0.67% 0.8% -
HSV(B) 152.57º 0.29% 0.93% -
XYZ 57.86 73.93 69.61 -
YUV 213.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 168 238 206 0.29 0 0.13 0.07 152.57 0.67 0.8
Hex A8 EE CE 1D 0 D 7 99 43 50
Octal 250 356 316 35 0 15 7 231 103 120
Binary 10101000 11101110 11001110 11101 0 1101 111 10011001 1000011 1010000

Color Harmonies of #A8EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EECE

Black with #A8EECE

Text Example


Text Example

White with #A8EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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