Html Css Color HEX #ABEACF Magic Mint

📋 copy color: '#ABEACF'

red 171 ◦ green 234 ◦ blue 207

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

Shades of Magic Mint #ABEACF

Tints of Magic Mint #ABEACF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.24%

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 27.94%
G = 38.24%
B = 33.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#ABEACF (or 0xABEACF) is known color: Magic Mint. HEX triplet: AB, EA and CF. RGB value is (171,234,207). Sum of RGB (Red+Green+Blue) = 171+234+207=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEACF is #541530. Grayscale: #D4D4D4. Windows color (decimal): -5510449 or 13626027. OLE color: 13626027.

HSL color Cylindrical-coordinate representation of color #ABEACF: hue angle of 154.29º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEACF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 234 207 -
CMYK 0.27 0 0.12 0.08
HSL 154.29º 0.6% 0.79% -
HSV(B) 154.29º 0.27% 0.92% -
XYZ 57.48 72.01 69.9 -
YUV 212.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 171 234 207 0.27 0 0.12 0.08 154.29 0.6 0.79
Hex AB EA CF 1B 0 C 8 9A 3C 4F
Octal 253 352 317 33 0 14 10 232 74 117
Binary 10101011 11101010 11001111 11011 0 1100 1000 10011010 111100 1001111

Color Harmonies of #ABEACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEACF

Black with #ABEACF

Text Example


Text Example

White with #ABEACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEACF; }

 p { color: rgb(171,234,207); }

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

background-color css

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

 a { background-color: rgb(171,234,207); }

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

border-color css

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

 span { border-color: rgb(171,234,207); }

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