Html Css Color HEX #A1EFCC Magic Mint

📋 copy color: '#A1EFCC'

red 161 ◦ green 239 ◦ blue 204

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

Shades of Magic Mint #A1EFCC

Tints of Magic Mint #A1EFCC

RGB

 RED value IS 161 (63.28% from 255) = 26.66%

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

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 26.66%
G = 39.57%
B = 33.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#A1EFCC (or 0xA1EFCC) is known color: Magic Mint. HEX triplet: A1, EF and CC. RGB value is (161,239,204). Sum of RGB (Red+Green+Blue) = 161+239+204=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFCC is #5E1033. Grayscale: #D3D3D3. Windows color (decimal): -6164532 or 13430689. OLE color: 13430689.

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

Color convert

RGB 161 239 204 -
CMYK 0.33 0 0.15 0.06
HSL 153.08º 0.71% 0.78% -
HSV(B) 153.08º 0.33% 0.94% -
XYZ 56.46 73.67 68.37 -
YUV 211.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 161 239 204 0.33 0 0.15 0.06 153.08 0.71 0.78
Hex A1 EF CC 21 0 F 6 99 47 4E
Octal 241 357 314 41 0 17 6 231 107 116
Binary 10100001 11101111 11001100 100001 0 1111 110 10011001 1000111 1001110

Color Harmonies of #A1EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFCC

Black with #A1EFCC

Text Example


Text Example

White with #A1EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFCC; }

 p { color: rgb(161,239,204); }

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

background-color css

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

 a { background-color: rgb(161,239,204); }

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

border-color css

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

 span { border-color: rgb(161,239,204); }

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