Html Css Color HEX #A8EECF Magic Mint

📋 copy color: '#A8EECF'

red 168 ◦ green 238 ◦ blue 207

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

Shades of Magic Mint #A8EECF

Tints of Magic Mint #A8EECF

RGB

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

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

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

R = 27.41%
G = 38.83%
B = 33.77%

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

#A8EECF (or 0xA8EECF) is known color: Magic Mint. HEX triplet: A8, EE and CF. RGB value is (168,238,207). Sum of RGB (Red+Green+Blue) = 168+238+207=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EECF is #571130. Grayscale: #D5D5D5. Windows color (decimal): -5706033 or 13627048. OLE color: 13627048.

HSL color Cylindrical-coordinate representation of color #A8EECF: hue angle of 153.43º 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 #A8EECF is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 238 207 -
CMYK 0.29 0 0.13 0.07
HSL 153.43º 0.67% 0.8% -
HSV(B) 153.43º 0.29% 0.93% -
XYZ 57.99 73.98 70.25 -
YUV 213.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 168 238 207 0.29 0 0.13 0.07 153.43 0.67 0.8
Hex A8 EE CF 1D 0 D 7 99 43 50
Octal 250 356 317 35 0 15 7 231 103 120
Binary 10101000 11101110 11001111 11101 0 1101 111 10011001 1000011 1010000

Color Harmonies of #A8EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EECF

Black with #A8EECF

Text Example


Text Example

White with #A8EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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