Html Css Color HEX #AFE5C5 Magic Mint

📋 copy color: '#AFE5C5'

red 175 ◦ green 229 ◦ blue 197

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

Shades of Magic Mint #AFE5C5

Tints of Magic Mint #AFE5C5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.1%

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

R = 29.12%
G = 38.1%
B = 32.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#AFE5C5 (or 0xAFE5C5) is known color: Magic Mint. HEX triplet: AF, E5 and C5. RGB value is (175,229,197). Sum of RGB (Red+Green+Blue) = 175+229+197=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5C5 is #501A3A. Grayscale: #D1D1D1. Windows color (decimal): -5249595 or 12969391. OLE color: 12969391.

HSL color Cylindrical-coordinate representation of color #AFE5C5: hue angle of 144.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5C5 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 197 -
CMYK 0.24 0 0.14 0.10
HSL 144.44º 0.51% 0.79% -
HSV(B) 144.44º 0.24% 0.9% -
XYZ 55.78 69.18 63.24 -
YUV 209.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 175 229 197 0.24 0 0.14 0.10 144.44 0.51 0.79
Hex AF E5 C5 18 0 E A 90 33 4F
Octal 257 345 305 30 0 16 12 220 63 117
Binary 10101111 11100101 11000101 11000 0 1110 1010 10010000 110011 1001111

Color Harmonies of #AFE5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5C5

Black with #AFE5C5

Text Example


Text Example

White with #AFE5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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