Html Css Color HEX #ABEDCF Magic Mint

📋 copy color: '#ABEDCF'

red 171 ◦ green 237 ◦ blue 207

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

Shades of Magic Mint #ABEDCF

Tints of Magic Mint #ABEDCF

RGB

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

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

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

R = 27.8%
G = 38.54%
B = 33.66%

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

#ABEDCF (or 0xABEDCF) is known color: Magic Mint. HEX triplet: AB, ED and CF. RGB value is (171,237,207). Sum of RGB (Red+Green+Blue) = 171+237+207=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDCF is #541230. Grayscale: #D5D5D5. Windows color (decimal): -5509681 or 13626795. OLE color: 13626795.

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

Color convert

RGB 171 237 207 -
CMYK 0.28 0 0.13 0.07
HSL 152.73º 0.65% 0.8% -
HSV(B) 152.73º 0.28% 0.93% -
XYZ 58.34 73.73 70.19 -
YUV 213.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 171 237 207 0.28 0 0.13 0.07 152.73 0.65 0.8
Hex AB ED CF 1C 0 D 7 99 41 50
Octal 253 355 317 34 0 15 7 231 101 120
Binary 10101011 11101101 11001111 11100 0 1101 111 10011001 1000001 1010000

Color Harmonies of #ABEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDCF

Black with #ABEDCF

Text Example


Text Example

White with #ABEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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