Html Css Color HEX #A8EDCA Magic Mint

📋 copy color: '#A8EDCA'

red 168 ◦ green 237 ◦ blue 202

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

Shades of Magic Mint #A8EDCA

Tints of Magic Mint #A8EDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.04%

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

R = 27.68%
G = 39.04%
B = 33.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#A8EDCA (or 0xA8EDCA) is known color: Magic Mint. HEX triplet: A8, ED and CA. RGB value is (168,237,202). Sum of RGB (Red+Green+Blue) = 168+237+202=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDCA is #571235. Grayscale: #D4D4D4. Windows color (decimal): -5706294 or 13299112. OLE color: 13299112.

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

Color convert

RGB 168 237 202 -
CMYK 0.29 0 0.15 0.07
HSL 149.57º 0.66% 0.79% -
HSV(B) 149.57º 0.29% 0.93% -
XYZ 57.09 73.16 66.99 -
YUV 212.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 168 237 202 0.29 0 0.15 0.07 149.57 0.66 0.79
Hex A8 ED CA 1D 0 F 7 96 42 4F
Octal 250 355 312 35 0 17 7 226 102 117
Binary 10101000 11101101 11001010 11101 0 1111 111 10010110 1000010 1001111

Color Harmonies of #A8EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDCA

Black with #A8EDCA

Text Example


Text Example

White with #A8EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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