Html Css Color HEX #A8EBCD Magic Mint

📋 copy color: '#A8EBCD'

red 168 ◦ green 235 ◦ blue 205

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

Shades of Magic Mint #A8EBCD

Tints of Magic Mint #A8EBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 27.63%
G = 38.65%
B = 33.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#A8EBCD (or 0xA8EBCD) is known color: Magic Mint. HEX triplet: A8, EB and CD. RGB value is (168,235,205). Sum of RGB (Red+Green+Blue) = 168+235+205=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBCD is #571432. Grayscale: #D3D3D3. Windows color (decimal): -5706803 or 13495208. OLE color: 13495208.

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

Color convert

RGB 168 235 205 -
CMYK 0.29 0 0.13 0.08
HSL 153.13º 0.63% 0.79% -
HSV(B) 153.13º 0.29% 0.92% -
XYZ 56.88 72.15 68.69 -
YUV 211.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 168 235 205 0.29 0 0.13 0.08 153.13 0.63 0.79
Hex A8 EB CD 1D 0 D 8 99 3F 4F
Octal 250 353 315 35 0 15 10 231 77 117
Binary 10101000 11101011 11001101 11101 0 1101 1000 10011001 111111 1001111

Color Harmonies of #A8EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBCD

Black with #A8EBCD

Text Example


Text Example

White with #A8EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBCD; }

 p { color: rgb(168,235,205); }

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

background-color css

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

 a { background-color: rgb(168,235,205); }

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

border-color css

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

 span { border-color: rgb(168,235,205); }

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