Html Css Color HEX #AFEBC6 Magic Mint

📋 copy color: '#AFEBC6'

red 175 ◦ green 235 ◦ blue 198

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

Shades of Magic Mint #AFEBC6

Tints of Magic Mint #AFEBC6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.65%

 BLUE value IS 198 (77.73% from 255) = 32.57%

R = 28.78%
G = 38.65%
B = 32.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#AFEBC6 (or 0xAFEBC6) is known color: Magic Mint. HEX triplet: AF, EB and C6. RGB value is (175,235,198). Sum of RGB (Red+Green+Blue) = 175+235+198=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC6 is #501439. Grayscale: #D4D4D4. Windows color (decimal): -5248058 or 13036463. OLE color: 13036463.

HSL color Cylindrical-coordinate representation of color #AFEBC6: hue angle of 143º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBC6 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 198 -
CMYK 0.26 0 0.16 0.08
HSL 143º 0.6% 0.8% -
HSV(B) 143º 0.26% 0.92% -
XYZ 57.58 72.61 64.41 -
YUV 212.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 175 235 198 0.26 0 0.16 0.08 143 0.6 0.8
Hex AF EB C6 1A 0 10 8 8F 3C 50
Octal 257 353 306 32 0 20 10 217 74 120
Binary 10101111 11101011 11000110 11010 0 10000 1000 10001111 111100 1010000

Color Harmonies of #AFEBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBC6

Black with #AFEBC6

Text Example


Text Example

White with #AFEBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBC6; }

 p { color: rgb(175,235,198); }

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

background-color css

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

 a { background-color: rgb(175,235,198); }

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

border-color css

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

 span { border-color: rgb(175,235,198); }

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