Html Css Color HEX #A8EBCF Magic Mint

📋 copy color: '#A8EBCF'

red 168 ◦ green 235 ◦ blue 207

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

Shades of Magic Mint #A8EBCF

Tints of Magic Mint #A8EBCF

RGB

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

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

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

R = 27.54%
G = 38.52%
B = 33.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A8EBCF (or 0xA8EBCF) is known color: Magic Mint. HEX triplet: A8, EB and CF. RGB value is (168,235,207). Sum of RGB (Red+Green+Blue) = 168+235+207=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBCF is #571430. Grayscale: #D3D3D3. Windows color (decimal): -5706801 or 13626280. OLE color: 13626280.

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

Color convert

RGB 168 235 207 -
CMYK 0.29 0 0.12 0.08
HSL 154.93º 0.63% 0.79% -
HSV(B) 154.93º 0.29% 0.92% -
XYZ 57.12 72.25 69.97 -
YUV 211.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 168 235 207 0.29 0 0.12 0.08 154.93 0.63 0.79
Hex A8 EB CF 1D 0 C 8 9B 3F 4F
Octal 250 353 317 35 0 14 10 233 77 117
Binary 10101000 11101011 11001111 11101 0 1100 1000 10011011 111111 1001111

Color Harmonies of #A8EBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBCF

Black with #A8EBCF

Text Example


Text Example

White with #A8EBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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