Html Css Color HEX #AFE3C4 Magic Mint

📋 copy color: '#AFE3C4'

red 175 ◦ green 227 ◦ blue 196

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

Shades of Magic Mint #AFE3C4

Tints of Magic Mint #AFE3C4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.96%

 BLUE value IS 196 (76.95% from 255) = 32.78%

R = 29.26%
G = 37.96%
B = 32.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#AFE3C4 (or 0xAFE3C4) is known color: Magic Mint. HEX triplet: AF, E3 and C4. RGB value is (175,227,196). Sum of RGB (Red+Green+Blue) = 175+227+196=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3C4 is #501C3B. Grayscale: #CFCFCF. Windows color (decimal): -5250108 or 12903343. OLE color: 12903343.

HSL color Cylindrical-coordinate representation of color #AFE3C4: hue angle of 144.23º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3C4 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 196 -
CMYK 0.23 0 0.14 0.11
HSL 144.23º 0.48% 0.79% -
HSV(B) 144.23º 0.23% 0.89% -
XYZ 55.11 68.04 62.45 -
YUV 207.92 121.27 104.52 -
System Red Green Blue C M Y K H S L
Decimal 175 227 196 0.23 0 0.14 0.11 144.23 0.48 0.79
Hex AF E3 C4 17 0 E B 90 30 4F
Octal 257 343 304 27 0 16 13 220 60 117
Binary 10101111 11100011 11000100 10111 0 1110 1011 10010000 110000 1001111

Color Harmonies of #AFE3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3C4

Black with #AFE3C4

Text Example


Text Example

White with #AFE3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3C4; }

 p { color: rgb(175,227,196); }

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

background-color css

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

 a { background-color: rgb(175,227,196); }

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

border-color css

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

 span { border-color: rgb(175,227,196); }

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