Html Css Color HEX #AFF6CB Magic Mint

📋 copy color: '#AFF6CB'

red 175 ◦ green 246 ◦ blue 203

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

Shades of Magic Mint #AFF6CB

Tints of Magic Mint #AFF6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.42%

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

R = 28.04%
G = 39.42%
B = 32.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#AFF6CB (or 0xAFF6CB) is known color: Magic Mint. HEX triplet: AF, F6 and CB. RGB value is (175,246,203). Sum of RGB (Red+Green+Blue) = 175+246+203=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6CB is #500934. Grayscale: #DBDBDB. Windows color (decimal): -5245237 or 13366959. OLE color: 13366959.

HSL color Cylindrical-coordinate representation of color #AFF6CB: hue angle of 143.66º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6CB is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 203 -
CMYK 0.29 0 0.17 0.04
HSL 143.66º 0.8% 0.83% -
HSV(B) 143.66º 0.29% 0.96% -
XYZ 61.41 79.34 68.58 -
YUV 219.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 175 246 203 0.29 0 0.17 0.04 143.66 0.8 0.83
Hex AF F6 CB 1D 0 11 4 90 50 53
Octal 257 366 313 35 0 21 4 220 120 123
Binary 10101111 11110110 11001011 11101 0 10001 100 10010000 1010000 1010011

Color Harmonies of #AFF6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6CB

Black with #AFF6CB

Text Example


Text Example

White with #AFF6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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