Html Css Color HEX #ABF0CA Magic Mint

📋 copy color: '#ABF0CA'

red 171 ◦ green 240 ◦ blue 202

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

Shades of Magic Mint #ABF0CA

Tints of Magic Mint #ABF0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.15%

 BLUE value IS 202 (79.3% from 255) = 32.95%

R = 27.9%
G = 39.15%
B = 32.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#ABF0CA (or 0xABF0CA) is known color: Magic Mint. HEX triplet: AB, F0 and CA. RGB value is (171,240,202). Sum of RGB (Red+Green+Blue) = 171+240+202=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0CA is #540F35. Grayscale: #D7D7D7. Windows color (decimal): -5508918 or 13299883. OLE color: 13299883.

HSL color Cylindrical-coordinate representation of color #ABF0CA: hue angle of 146.96º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0CA is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 202 -
CMYK 0.29 0 0.16 0.06
HSL 146.96º 0.7% 0.81% -
HSV(B) 146.96º 0.29% 0.94% -
XYZ 58.62 75.24 67.31 -
YUV 215.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 171 240 202 0.29 0 0.16 0.06 146.96 0.7 0.81
Hex AB F0 CA 1D 0 10 6 93 46 51
Octal 253 360 312 35 0 20 6 223 106 121
Binary 10101011 11110000 11001010 11101 0 10000 110 10010011 1000110 1010001

Color Harmonies of #ABF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0CA

Black with #ABF0CA

Text Example


Text Example

White with #ABF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0CA; }

 p { color: rgb(171,240,202); }

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

background-color css

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

 a { background-color: rgb(171,240,202); }

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

border-color css

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

 span { border-color: rgb(171,240,202); }

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