Html Css Color HEX #ABEDCA Magic Mint

📋 copy color: '#ABEDCA'

red 171 ◦ green 237 ◦ blue 202

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

Shades of Magic Mint #ABEDCA

Tints of Magic Mint #ABEDCA

RGB

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

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

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

R = 28.03%
G = 38.85%
B = 33.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ABEDCA (or 0xABEDCA) is known color: Magic Mint. HEX triplet: AB, ED and CA. RGB value is (171,237,202). Sum of RGB (Red+Green+Blue) = 171+237+202=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDCA is #541235. Grayscale: #D5D5D5. Windows color (decimal): -5509686 or 13299115. OLE color: 13299115.

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

Color convert

RGB 171 237 202 -
CMYK 0.28 0 0.15 0.07
HSL 148.18º 0.65% 0.8% -
HSV(B) 148.18º 0.28% 0.93% -
XYZ 57.74 73.49 67.02 -
YUV 213.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 171 237 202 0.28 0 0.15 0.07 148.18 0.65 0.8
Hex AB ED CA 1C 0 F 7 94 41 50
Octal 253 355 312 34 0 17 7 224 101 120
Binary 10101011 11101101 11001010 11100 0 1111 111 10010100 1000001 1010000

Color Harmonies of #ABEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDCA

Black with #ABEDCA

Text Example


Text Example

White with #ABEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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