Html Css Color HEX #AFECC5 Magic Mint

📋 copy color: '#AFECC5'

red 175 ◦ green 236 ◦ blue 197

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

Shades of Magic Mint #AFECC5

Tints of Magic Mint #AFECC5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.82%

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

R = 28.78%
G = 38.82%
B = 32.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#AFECC5 (or 0xAFECC5) is known color: Magic Mint. HEX triplet: AF, EC and C5. RGB value is (175,236,197). Sum of RGB (Red+Green+Blue) = 175+236+197=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECC5 is #50133A. Grayscale: #D5D5D5. Windows color (decimal): -5247803 or 12971183. OLE color: 12971183.

HSL color Cylindrical-coordinate representation of color #AFECC5: hue angle of 141.64º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECC5 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 197 -
CMYK 0.26 0 0.17 0.07
HSL 141.64º 0.62% 0.81% -
HSV(B) 141.64º 0.26% 0.93% -
XYZ 57.75 73.14 63.9 -
YUV 213.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 175 236 197 0.26 0 0.17 0.07 141.64 0.62 0.81
Hex AF EC C5 1A 0 11 7 8E 3E 51
Octal 257 354 305 32 0 21 7 216 76 121
Binary 10101111 11101100 11000101 11010 0 10001 111 10001110 111110 1010001

Color Harmonies of #AFECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECC5

Black with #AFECC5

Text Example


Text Example

White with #AFECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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