Html Css Color HEX #ABEACA Magic Mint

📋 copy color: '#ABEACA'

red 171 ◦ green 234 ◦ blue 202

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

Shades of Magic Mint #ABEACA

Tints of Magic Mint #ABEACA

RGB

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

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

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

R = 28.17%
G = 38.55%
B = 33.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#ABEACA (or 0xABEACA) is known color: Magic Mint. HEX triplet: AB, EA and CA. RGB value is (171,234,202). Sum of RGB (Red+Green+Blue) = 171+234+202=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEACA is #541535. Grayscale: #D3D3D3. Windows color (decimal): -5510454 or 13298347. OLE color: 13298347.

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

Color convert

RGB 171 234 202 -
CMYK 0.27 0 0.14 0.08
HSL 149.52º 0.6% 0.79% -
HSV(B) 149.52º 0.27% 0.92% -
XYZ 56.88 71.77 66.73 -
YUV 211.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 171 234 202 0.27 0 0.14 0.08 149.52 0.6 0.79
Hex AB EA CA 1B 0 E 8 96 3C 4F
Octal 253 352 312 33 0 16 10 226 74 117
Binary 10101011 11101010 11001010 11011 0 1110 1000 10010110 111100 1001111

Color Harmonies of #ABEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEACA

Black with #ABEACA

Text Example


Text Example

White with #ABEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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