Html Css Color HEX #ABEED8 Magic Mint

📋 copy color: '#ABEED8'

red 171 ◦ green 238 ◦ blue 216

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

Shades of Magic Mint #ABEED8

Tints of Magic Mint #ABEED8

RGB

 RED value IS 171 (67.19% from 255) = 27.36%

 GREEN value IS 238 (93.36% from 255) = 38.08%

 BLUE value IS 216 (84.77% from 255) = 34.56%

R = 27.36%
G = 38.08%
B = 34.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ABEED8 (or 0xABEED8) is known color: Magic Mint. HEX triplet: AB, EE and D8. RGB value is (171,238,216). Sum of RGB (Red+Green+Blue) = 171+238+216=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEED8 is #541127. Grayscale: #D7D7D7. Windows color (decimal): -5509416 or 14216875. OLE color: 14216875.

HSL color Cylindrical-coordinate representation of color #ABEED8: hue angle of 160.3º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEED8 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 238 216 -
CMYK 0.28 0 0.09 0.07
HSL 160.3º 0.66% 0.8% -
HSV(B) 160.3º 0.28% 0.93% -
XYZ 59.76 74.76 76.25 -
YUV 215.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 171 238 216 0.28 0 0.09 0.07 160.3 0.66 0.8
Hex AB EE D8 1C 0 9 7 A0 42 50
Octal 253 356 330 34 0 11 7 240 102 120
Binary 10101011 11101110 11011000 11100 0 1001 111 10100000 1000010 1010000

Color Harmonies of #ABEED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEED8

Black with #ABEED8

Text Example


Text Example

White with #ABEED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEED8; }

 p { color: rgb(171,238,216); }

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

background-color css

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

 a { background-color: rgb(171,238,216); }

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

border-color css

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

 span { border-color: rgb(171,238,216); }

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