Html Css Color HEX #AFF1CB Magic Mint

📋 copy color: '#AFF1CB'

red 175 ◦ green 241 ◦ blue 203

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

Shades of Magic Mint #AFF1CB

Tints of Magic Mint #AFF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.93%

 BLUE value IS 203 (79.69% from 255) = 32.79%

R = 28.27%
G = 38.93%
B = 32.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#AFF1CB (or 0xAFF1CB) is known color: Magic Mint. HEX triplet: AF, F1 and CB. RGB value is (175,241,203). Sum of RGB (Red+Green+Blue) = 175+241+203=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1CB is #500E34. Grayscale: #D9D9D9. Windows color (decimal): -5246517 or 13365679. OLE color: 13365679.

HSL color Cylindrical-coordinate representation of color #AFF1CB: hue angle of 145.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1CB is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 203 -
CMYK 0.27 0 0.16 0.05
HSL 145.45º 0.7% 0.82% -
HSV(B) 145.45º 0.27% 0.95% -
XYZ 59.91 76.34 68.08 -
YUV 216.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 175 241 203 0.27 0 0.16 0.05 145.45 0.7 0.82
Hex AF F1 CB 1B 0 10 5 91 46 52
Octal 257 361 313 33 0 20 5 221 106 122
Binary 10101111 11110001 11001011 11011 0 10000 101 10010001 1000110 1010010

Color Harmonies of #AFF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1CB

Black with #AFF1CB

Text Example


Text Example

White with #AFF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1CB; }

 p { color: rgb(175,241,203); }

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

background-color css

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

 a { background-color: rgb(175,241,203); }

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

border-color css

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

 span { border-color: rgb(175,241,203); }

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