Html Css Color HEX #AFDEC5 Magic Mint

📋 copy color: '#AFDEC5'

red 175 ◦ green 222 ◦ blue 197

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

Shades of Magic Mint #AFDEC5

Tints of Magic Mint #AFDEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.16%

R = 29.46%
G = 37.37%
B = 33.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#AFDEC5 (or 0xAFDEC5) is known color: Magic Mint. HEX triplet: AF, DE and C5. RGB value is (175,222,197). Sum of RGB (Red+Green+Blue) = 175+222+197=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEC5 is #50213A. Grayscale: #CDCDCD. Windows color (decimal): -5251387 or 12967599. OLE color: 12967599.

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

Color convert

RGB 175 222 197 -
CMYK 0.21 0 0.11 0.13
HSL 148.09º 0.42% 0.78% -
HSV(B) 148.09º 0.21% 0.87% -
XYZ 53.88 65.39 62.6 -
YUV 205.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 175 222 197 0.21 0 0.11 0.13 148.09 0.42 0.78
Hex AF DE C5 15 0 B D 94 2A 4E
Octal 257 336 305 25 0 13 15 224 52 116
Binary 10101111 11011110 11000101 10101 0 1011 1101 10010100 101010 1001110

Color Harmonies of #AFDEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEC5

Black with #AFDEC5

Text Example


Text Example

White with #AFDEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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