Html Css Color HEX #A3F0CD Magic Mint

📋 copy color: '#A3F0CD'

red 163 ◦ green 240 ◦ blue 205

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

Shades of Magic Mint #A3F0CD

Tints of Magic Mint #A3F0CD

RGB

 RED value IS 163 (64.06% from 255) = 26.81%

 GREEN value IS 240 (94.14% from 255) = 39.47%

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 26.81%
G = 39.47%
B = 33.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#A3F0CD (or 0xA3F0CD) is known color: Magic Mint. HEX triplet: A3, F0 and CD. RGB value is (163,240,205). Sum of RGB (Red+Green+Blue) = 163+240+205=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F0CD is #5C0F32. Grayscale: #D5D5D5. Windows color (decimal): -6033203 or 13496483. OLE color: 13496483.

HSL color Cylindrical-coordinate representation of color #A3F0CD: hue angle of 152.73º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F0CD is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 240 205 -
CMYK 0.32 0 0.15 0.06
HSL 152.73º 0.72% 0.79% -
HSV(B) 152.73º 0.32% 0.94% -
XYZ 57.28 74.51 69.12 -
YUV 212.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 163 240 205 0.32 0 0.15 0.06 152.73 0.72 0.79
Hex A3 F0 CD 20 0 F 6 99 48 4F
Octal 243 360 315 40 0 17 6 231 110 117
Binary 10100011 11110000 11001101 100000 0 1111 110 10011001 1001000 1001111

Color Harmonies of #A3F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F0CD

Black with #A3F0CD

Text Example


Text Example

White with #A3F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F0CD; }

 p { color: rgb(163,240,205); }

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

background-color css

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

 a { background-color: rgb(163,240,205); }

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

border-color css

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

 span { border-color: rgb(163,240,205); }

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