Html Css Color HEX #ABEECC Magic Mint

📋 copy color: '#ABEECC'

red 171 ◦ green 238 ◦ blue 204

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

Shades of Magic Mint #ABEECC

Tints of Magic Mint #ABEECC

RGB

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

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

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

R = 27.9%
G = 38.83%
B = 33.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ABEECC (or 0xABEECC) is known color: Magic Mint. HEX triplet: AB, EE and CC. RGB value is (171,238,204). Sum of RGB (Red+Green+Blue) = 171+238+204=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEECC is #541133. Grayscale: #D6D6D6. Windows color (decimal): -5509428 or 13430443. OLE color: 13430443.

HSL color Cylindrical-coordinate representation of color #ABEECC: hue angle of 149.55º 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 #ABEECC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 238 204 -
CMYK 0.28 0 0.14 0.07
HSL 149.55º 0.66% 0.8% -
HSV(B) 149.55º 0.28% 0.93% -
XYZ 58.27 74.17 68.37 -
YUV 214.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 171 238 204 0.28 0 0.14 0.07 149.55 0.66 0.8
Hex AB EE CC 1C 0 E 7 96 42 50
Octal 253 356 314 34 0 16 7 226 102 120
Binary 10101011 11101110 11001100 11100 0 1110 111 10010110 1000010 1010000

Color Harmonies of #ABEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEECC

Black with #ABEECC

Text Example


Text Example

White with #ABEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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