Html Css Color HEX #AFFBD1 Magic Mint

📋 copy color: '#AFFBD1'

red 175 ◦ green 251 ◦ blue 209

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

Shades of Magic Mint #AFFBD1

Tints of Magic Mint #AFFBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.91%

R = 27.56%
G = 39.53%
B = 32.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#AFFBD1 (or 0xAFFBD1) is known color: Magic Mint. HEX triplet: AF, FB and D1. RGB value is (175,251,209). Sum of RGB (Red+Green+Blue) = 175+251+209=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBD1 is #50042E. Grayscale: #DFDFDF. Windows color (decimal): -5243951 or 13761455. OLE color: 13761455.

HSL color Cylindrical-coordinate representation of color #AFFBD1: hue angle of 146.84º 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 #AFFBD1 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 209 -
CMYK 0.30 0 0.17 0.02
HSL 146.84º 0.9% 0.84% -
HSV(B) 146.84º 0.3% 0.98% -
XYZ 63.69 82.71 72.93 -
YUV 223.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 175 251 209 0.30 0 0.17 0.02 146.84 0.9 0.84
Hex AF FB D1 1E 0 11 2 93 5A 54
Octal 257 373 321 36 0 21 2 223 132 124
Binary 10101111 11111011 11010001 11110 0 10001 10 10010011 1011010 1010100

Color Harmonies of #AFFBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBD1

Black with #AFFBD1

Text Example


Text Example

White with #AFFBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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