Html Css Color HEX #ABEDCC Magic Mint

📋 copy color: '#ABEDCC'

red 171 ◦ green 237 ◦ blue 204

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

Shades of Magic Mint #ABEDCC

Tints of Magic Mint #ABEDCC

RGB

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

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

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

R = 27.94%
G = 38.73%
B = 33.33%

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

#ABEDCC (or 0xABEDCC) is known color: Magic Mint. HEX triplet: AB, ED and CC. RGB value is (171,237,204). Sum of RGB (Red+Green+Blue) = 171+237+204=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDCC is #541233. Grayscale: #D5D5D5. Windows color (decimal): -5509684 or 13430187. OLE color: 13430187.

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

Color convert

RGB 171 237 204 -
CMYK 0.28 0 0.14 0.07
HSL 150º 0.65% 0.8% -
HSV(B) 150º 0.28% 0.93% -
XYZ 57.98 73.59 68.27 -
YUV 213.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 171 237 204 0.28 0 0.14 0.07 150 0.65 0.8
Hex AB ED CC 1C 0 E 7 96 41 50
Octal 253 355 314 34 0 16 7 226 101 120
Binary 10101011 11101101 11001100 11100 0 1110 111 10010110 1000001 1010000

Color Harmonies of #ABEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDCC

Black with #ABEDCC

Text Example


Text Example

White with #ABEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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