Html Css Color HEX #AFFBC6 Magic Mint

📋 copy color: '#AFFBC6'

red 175 ◦ green 251 ◦ blue 198

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

Shades of Magic Mint #AFFBC6

Tints of Magic Mint #AFFBC6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.22%

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

R = 28.04%
G = 40.22%
B = 31.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#AFFBC6 (or 0xAFFBC6) is known color: Magic Mint. HEX triplet: AF, FB and C6. RGB value is (175,251,198). Sum of RGB (Red+Green+Blue) = 175+251+198=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBC6 is #500439. Grayscale: #DEDEDE. Windows color (decimal): -5243962 or 13040559. OLE color: 13040559.

HSL color Cylindrical-coordinate representation of color #AFFBC6: hue angle of 138.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBC6 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 198 -
CMYK 0.30 0 0.21 0.02
HSL 138.16º 0.9% 0.84% -
HSV(B) 138.16º 0.3% 0.98% -
XYZ 62.37 82.19 66 -
YUV 222.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 175 251 198 0.30 0 0.21 0.02 138.16 0.9 0.84
Hex AF FB C6 1E 0 15 2 8A 5A 54
Octal 257 373 306 36 0 25 2 212 132 124
Binary 10101111 11111011 11000110 11110 0 10101 10 10001010 1011010 1010100

Color Harmonies of #AFFBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBC6

Black with #AFFBC6

Text Example


Text Example

White with #AFFBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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