Html Css Color HEX #ABECCD Magic Mint

📋 copy color: '#ABECCD'

red 171 ◦ green 236 ◦ blue 205

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

Shades of Magic Mint #ABECCD

Tints of Magic Mint #ABECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.56%

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

R = 27.94%
G = 38.56%
B = 33.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ABECCD (or 0xABECCD) is known color: Magic Mint. HEX triplet: AB, EC and CD. RGB value is (171,236,205). Sum of RGB (Red+Green+Blue) = 171+236+205=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECCD is #541332. Grayscale: #D5D5D5. Windows color (decimal): -5509939 or 13495467. OLE color: 13495467.

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

Color convert

RGB 171 236 205 -
CMYK 0.28 0 0.13 0.07
HSL 151.38º 0.63% 0.8% -
HSV(B) 151.38º 0.28% 0.93% -
XYZ 57.81 73.06 68.81 -
YUV 213.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 171 236 205 0.28 0 0.13 0.07 151.38 0.63 0.8
Hex AB EC CD 1C 0 D 7 97 3F 50
Octal 253 354 315 34 0 15 7 227 77 120
Binary 10101011 11101100 11001101 11100 0 1101 111 10010111 111111 1010000

Color Harmonies of #ABECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECCD

Black with #ABECCD

Text Example


Text Example

White with #ABECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECCD; }

 p { color: rgb(171,236,205); }

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

background-color css

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

 a { background-color: rgb(171,236,205); }

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

border-color css

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

 span { border-color: rgb(171,236,205); }

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