Html Css Color HEX #AFDEC8 Magic Mint

📋 copy color: '#AFDEC8'

red 175 ◦ green 222 ◦ blue 200

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

Shades of Magic Mint #AFDEC8

Tints of Magic Mint #AFDEC8

RGB

 RED value IS 175 (68.75% from 255) = 29.31%

 GREEN value IS 222 (87.11% from 255) = 37.19%

 BLUE value IS 200 (78.52% from 255) = 33.5%

R = 29.31%
G = 37.19%
B = 33.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#AFDEC8 (or 0xAFDEC8) is known color: Magic Mint. HEX triplet: AF, DE and C8. RGB value is (175,222,200). Sum of RGB (Red+Green+Blue) = 175+222+200=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEC8 is #502137. Grayscale: #CDCDCD. Windows color (decimal): -5251384 or 13164207. OLE color: 13164207.

HSL color Cylindrical-coordinate representation of color #AFDEC8: hue angle of 151.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEC8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 200 -
CMYK 0.21 0 0.10 0.13
HSL 151.91º 0.42% 0.78% -
HSV(B) 151.91º 0.21% 0.87% -
XYZ 54.23 65.53 64.43 -
YUV 205.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 175 222 200 0.21 0 0.10 0.13 151.91 0.42 0.78
Hex AF DE C8 15 0 A D 98 2A 4E
Octal 257 336 310 25 0 12 15 230 52 116
Binary 10101111 11011110 11001000 10101 0 1010 1101 10011000 101010 1001110

Color Harmonies of #AFDEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEC8

Black with #AFDEC8

Text Example


Text Example

White with #AFDEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEC8; }

 p { color: rgb(175,222,200); }

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

background-color css

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

 a { background-color: rgb(175,222,200); }

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

border-color css

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

 span { border-color: rgb(175,222,200); }

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