Html Css Color HEX #A8ECCF Magic Mint

📋 copy color: '#A8ECCF'

red 168 ◦ green 236 ◦ blue 207

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

Shades of Magic Mint #A8ECCF

Tints of Magic Mint #A8ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.63%

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

R = 27.5%
G = 38.63%
B = 33.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#A8ECCF (or 0xA8ECCF) is known color: Magic Mint. HEX triplet: A8, EC and CF. RGB value is (168,236,207). Sum of RGB (Red+Green+Blue) = 168+236+207=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECCF is #571330. Grayscale: #D4D4D4. Windows color (decimal): -5706545 or 13626536. OLE color: 13626536.

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

Color convert

RGB 168 236 207 -
CMYK 0.29 0 0.12 0.07
HSL 154.41º 0.64% 0.79% -
HSV(B) 154.41º 0.29% 0.93% -
XYZ 57.41 72.82 70.06 -
YUV 212.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 168 236 207 0.29 0 0.12 0.07 154.41 0.64 0.79
Hex A8 EC CF 1D 0 C 7 9A 40 4F
Octal 250 354 317 35 0 14 7 232 100 117
Binary 10101000 11101100 11001111 11101 0 1100 111 10011010 1000000 1001111

Color Harmonies of #A8ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECCF

Black with #A8ECCF

Text Example


Text Example

White with #A8ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECCF; }

 p { color: rgb(168,236,207); }

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

background-color css

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

 a { background-color: rgb(168,236,207); }

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

border-color css

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

 span { border-color: rgb(168,236,207); }

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