Html Css Color HEX #A8EFCA Magic Mint

📋 copy color: '#A8EFCA'

red 168 ◦ green 239 ◦ blue 202

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

Shades of Magic Mint #A8EFCA

Tints of Magic Mint #A8EFCA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.24%

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 27.59%
G = 39.24%
B = 33.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#A8EFCA (or 0xA8EFCA) is known color: Magic Mint. HEX triplet: A8, EF and CA. RGB value is (168,239,202). Sum of RGB (Red+Green+Blue) = 168+239+202=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFCA is #571035. Grayscale: #D5D5D5. Windows color (decimal): -5705782 or 13299624. OLE color: 13299624.

HSL color Cylindrical-coordinate representation of color #A8EFCA: hue angle of 148.73º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFCA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 239 202 -
CMYK 0.30 0 0.15 0.06
HSL 148.73º 0.69% 0.8% -
HSV(B) 148.73º 0.3% 0.94% -
XYZ 57.68 74.32 67.18 -
YUV 213.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 168 239 202 0.30 0 0.15 0.06 148.73 0.69 0.8
Hex A8 EF CA 1E 0 F 6 95 45 50
Octal 250 357 312 36 0 17 6 225 105 120
Binary 10101000 11101111 11001010 11110 0 1111 110 10010101 1000101 1010000

Color Harmonies of #A8EFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFCA

Black with #A8EFCA

Text Example


Text Example

White with #A8EFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFCA; }

 p { color: rgb(168,239,202); }

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

background-color css

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

 a { background-color: rgb(168,239,202); }

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

border-color css

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

 span { border-color: rgb(168,239,202); }

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